Skip to content

Commit 57adbcd

Browse files
rddunlaptmlind
authored andcommitted
ARM: OMAP2+: fix a kernel-doc warning
Use the correct function name in a kernel-doc comment to prevent a warning: powerdomain.c:1171: warning: expecting prototype for pwrdm_save_context(). Prototype was for pwrdm_restore_context() instead Signed-off-by: Randy Dunlap <[email protected]> Cc: Tony Lindgren <[email protected]> Cc: [email protected] Cc: Russell King <[email protected]> Cc: [email protected] Cc: [email protected] Message-ID: <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent f9dbbac commit 57adbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-omap2/powerdomain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ static int pwrdm_save_context(struct powerdomain *pwrdm, void *unused)
11621162
}
11631163

11641164
/**
1165-
* pwrdm_save_context - restore powerdomain registers
1165+
* pwrdm_restore_context - restore powerdomain registers
11661166
*
11671167
* Restore powerdomain control registers after a suspend or resume
11681168
* event.

0 commit comments

Comments
 (0)