Skip to content

Commit 96484d2

Browse files
rddunlaprafaeljw
authored andcommitted
PM: sleep: convert comment from kernel-doc to plain comment
Modify a non-kernel-doc comment to begin with /* instead of /** so that it does not cause a kernel-doc warning. power.h:114: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * Auxiliary structure used for reading the snapshot image data and power.h:114: warning: missing initial short description on line: * Auxiliary structure used for reading the snapshot image data and Signed-off-by: Randy Dunlap <[email protected]> Acked-by: Pavel Machek <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent b317268 commit 96484d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/power/power.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ extern int hibernate_preallocate_memory(void);
110110

111111
extern void clear_or_poison_free_pages(void);
112112

113-
/**
113+
/*
114114
* Auxiliary structure used for reading the snapshot image data and
115115
* metadata from and writing them to the list of page backup entries
116116
* (PBEs) which is the main data structure of swsusp.

0 commit comments

Comments
 (0)