mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
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: 1ab1934ed8
("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>
This commit is contained in:
parent
839f55c5eb
commit
d20909a068
@ -29,7 +29,7 @@ struct fqdir {
|
||||
};
|
||||
|
||||
/**
|
||||
* fragment queue flags
|
||||
* enum: fragment queue flags
|
||||
*
|
||||
* @INET_FRAG_FIRST_IN: first fragment has arrived
|
||||
* @INET_FRAG_LAST_IN: final fragment has arrived
|
||||
|
Loading…
Reference in New Issue
Block a user