diff options
Diffstat (limited to 'net/switchdev/switchdev.c')
-rw-r--r-- | net/switchdev/switchdev.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/switchdev/switchdev.c b/net/switchdev/switchdev.c index 8cf42a69baf4..b7a23132c610 100644 --- a/net/switchdev/switchdev.c +++ b/net/switchdev/switchdev.c | |||
@@ -59,7 +59,7 @@ static DEFINE_MUTEX(netdev_switch_mutex); | |||
59 | static RAW_NOTIFIER_HEAD(netdev_switch_notif_chain); | 59 | static RAW_NOTIFIER_HEAD(netdev_switch_notif_chain); |
60 | 60 | ||
61 | /** | 61 | /** |
62 | * register_netdev_switch_notifier - Register nofifier | 62 | * register_netdev_switch_notifier - Register notifier |
63 | * @nb: notifier_block | 63 | * @nb: notifier_block |
64 | * | 64 | * |
65 | * Register switch device notifier. This should be used by code | 65 | * Register switch device notifier. This should be used by code |
@@ -78,7 +78,7 @@ int register_netdev_switch_notifier(struct notifier_block *nb) | |||
78 | EXPORT_SYMBOL_GPL(register_netdev_switch_notifier); | 78 | EXPORT_SYMBOL_GPL(register_netdev_switch_notifier); |
79 | 79 | ||
80 | /** | 80 | /** |
81 | * unregister_netdev_switch_notifier - Unregister nofifier | 81 | * unregister_netdev_switch_notifier - Unregister notifier |
82 | * @nb: notifier_block | 82 | * @nb: notifier_block |
83 | * | 83 | * |
84 | * Unregister switch device notifier. | 84 | * Unregister switch device notifier. |
@@ -96,7 +96,7 @@ int unregister_netdev_switch_notifier(struct notifier_block *nb) | |||
96 | EXPORT_SYMBOL_GPL(unregister_netdev_switch_notifier); | 96 | EXPORT_SYMBOL_GPL(unregister_netdev_switch_notifier); |
97 | 97 | ||
98 | /** | 98 | /** |
99 | * call_netdev_switch_notifiers - Call nofifiers | 99 | * call_netdev_switch_notifiers - Call notifiers |
100 | * @val: value passed unmodified to notifier function | 100 | * @val: value passed unmodified to notifier function |
101 | * @dev: port device | 101 | * @dev: port device |
102 | * @info: notifier information data | 102 | * @info: notifier information data |