Skip to content

Commit ea6754a

Browse files
Tian Taodavem330
authored andcommitted
net: switchdev: Fixed kerneldoc warning
Update kernel-doc line comments to fix warnings reported by make W=1. net/switchdev/switchdev.c:413: warning: Function parameter or member 'extack' not described in 'call_switchdev_notifiers' Signed-off-by: Tian Tao <[email protected]> Acked-by: Ivan Vecera <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 77972b5 commit ea6754a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/switchdev/switchdev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ EXPORT_SYMBOL_GPL(unregister_switchdev_notifier);
404404
* @val: value passed unmodified to notifier function
405405
* @dev: port device
406406
* @info: notifier information data
407-
*
407+
* @extack: netlink extended ack
408408
* Call all network notifier blocks.
409409
*/
410410
int call_switchdev_notifiers(unsigned long val, struct net_device *dev,

0 commit comments

Comments
 (0)