Skip to content

Commit e5a3b0c

Browse files
Lotte-Bairafaeljw
authored andcommitted
PM: hibernate: Don't mark comment as kernel-doc
Change the comment to a normal (non-kernel-doc) comment to avoid these kernel-doc warnings: kernel/power/snapshot.c:335: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * Data types related to memory bitmaps. Signed-off-by: Haowen Bai <baihaowen@meizu.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 84958f3 commit e5a3b0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/power/snapshot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ static void *chain_alloc(struct chain_allocator *ca, unsigned int size)
326326
return ret;
327327
}
328328

329-
/**
329+
/*
330330
* Data types related to memory bitmaps.
331331
*
332332
* Memory bitmap is a structure consisting of many linked lists of

0 commit comments

Comments
 (0)