Skip to content

Commit d20909a

Browse files
rddunlapkuba-moo
authored andcommitted
inet: frags: eliminate kernel-doc warning
Modify the anonymous enum kernel-doc content so that it doesn't cause a kernel-doc warning. inet_frag.h:33: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst Fixes: 1ab1934 ("inet: frags: enum the flag definitions and add descriptions") Signed-off-by: Randy Dunlap <[email protected]> Cc: Nikolay Aleksandrov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 839f55c commit d20909a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/net/inet_frag.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct fqdir {
2929
};
3030

3131
/**
32-
* fragment queue flags
32+
* enum: fragment queue flags
3333
*
3434
* @INET_FRAG_FIRST_IN: first fragment has arrived
3535
* @INET_FRAG_LAST_IN: final fragment has arrived

0 commit comments

Comments
 (0)