···140140}141141142142/**143143- * pm_clk_enable - Enable a clock, reporting any errors143143+ * __pm_clk_enable - Enable a clock, reporting any errors144144 * @dev: The device for the given clock145145 * @ce: PM clock entry corresponding to the clock.146146 */
+1-1
drivers/base/power/runtime.c
···951951952952/**953953 * pm_suspend_timer_fn - Timer function for pm_schedule_suspend().954954- * @data: Device pointer passed by pm_schedule_suspend().954954+ * @timer: hrtimer used by pm_schedule_suspend().955955 *956956 * Check if the time is right and queue a suspend request.957957 */
+9-8
drivers/base/power/wakeup.c
···400400}401401402402/**403403- * device_wakeup_arm_wake_irqs(void)403403+ * device_wakeup_arm_wake_irqs -404404 *405405- * Itereates over the list of device wakeirqs to arm them.405405+ * Iterates over the list of device wakeirqs to arm them.406406 */407407void device_wakeup_arm_wake_irqs(void)408408{···416416}417417418418/**419419- * device_wakeup_disarm_wake_irqs(void)419419+ * device_wakeup_disarm_wake_irqs -420420 *421421- * Itereates over the list of device wakeirqs to disarm them.421421+ * Iterates over the list of device wakeirqs to disarm them.422422 */423423void device_wakeup_disarm_wake_irqs(void)424424{···532532/**533533 * device_set_wakeup_enable - Enable or disable a device to wake up the system.534534 * @dev: Device to handle.535535+ * @enable: enable/disable flag535536 */536537int device_set_wakeup_enable(struct device *dev, bool enable)537538{···582581 */583582584583/**585585- * wakup_source_activate - Mark given wakeup source as active.584584+ * wakeup_source_activate - Mark given wakeup source as active.586585 * @ws: Wakeup source to handle.587586 *588587 * Update the @ws' statistics and, if @ws has just been activated, notify the PM···687686#endif688687689688/**690690- * wakup_source_deactivate - Mark given wakeup source as inactive.689689+ * wakeup_source_deactivate - Mark given wakeup source as inactive.691690 * @ws: Wakeup source to handle.692691 *693692 * Update the @ws' statistics and notify the PM core that the wakeup source has···786785787786/**788787 * pm_wakeup_timer_fn - Delayed finalization of a wakeup event.789789- * @data: Address of the wakeup source object associated with the event source.788788+ * @t: timer list790789 *791790 * Call wakeup_source_deactivate() for the wakeup source whose address is stored792791 * in @data if it is currently active and its timer has not been canceled and···10221021#ifdef CONFIG_PM_AUTOSLEEP10231022/**10241023 * pm_wakep_autosleep_enabled - Modify autosleep_enabled for all wakeup sources.10251025- * @enabled: Whether to set or to clear the autosleep_enabled flags.10241024+ * @set: Whether to set or to clear the autosleep_enabled flags.10261025 */10271026void pm_wakep_autosleep_enabled(bool set)10281027{
+1-1
tools/power/pm-graph/sleepgraph.py
···68196819 sysvals.outdir = val68206820 sysvals.notestrun = True68216821 if(os.path.isdir(val) == False):68226822- doError('%s is not accesible' % val)68226822+ doError('%s is not accessible' % val)68236823 elif(arg == '-filter'):68246824 try:68256825 val = next(args)