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 <rdunlap@infradead.org> Cc: Nikolay Aleksandrov <razor@blackwall.org> Link: https://lore.kernel.org/r/20230714045127.18752-6-rdunlap@infradead.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 839f55c commit d20909a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)