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 <[email protected]> Cc: Jay Vosburgh <[email protected]> Cc: Andy Gospodarek <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 9840036 commit a66557c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)