Skip to content

Commit a66557c

Browse files
rddunlapkuba-moo
authored andcommitted
net: bonding: remove kernel-doc comment marker
Change an errant kernel-doc comment marker (/**) to a regular comment to prevent a kernel-doc warning. bonding.h:282: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * Returns NULL if the net_device does not belong to any of the bond's slaves Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jay Vosburgh <j.vosburgh@gmail.com> Cc: Andy Gospodarek <andy@greyhouse.net> Link: https://lore.kernel.org/r/20230714045127.18752-2-rdunlap@infradead.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 9840036 commit a66557c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/net/bonding.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ struct bond_vlan_tag {
277277
unsigned short vlan_id;
278278
};
279279

280-
/**
280+
/*
281281
* Returns NULL if the net_device does not belong to any of the bond's slaves
282282
*
283283
* Caller must hold bond lock for read

0 commit comments

Comments
 (0)