The hsr_netdev_notify() deals with hsr master notification event because
of debugfs.
So, comment for hsr_netdev_notify() is not correct.

Signed-off-by: Taehee Yoo <ap420...@gmail.com>
---
 net/hsr/hsr_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/hsr/hsr_main.c b/net/hsr/hsr_main.c
index e2564de67603..332eeb2d9802 100644
--- a/net/hsr/hsr_main.c
+++ b/net/hsr/hsr_main.c
@@ -127,7 +127,7 @@ struct hsr_port *hsr_port_get_hsr(struct hsr_priv *hsr, 
enum hsr_port_type pt)
 }
 
 static struct notifier_block hsr_nb = {
-       .notifier_call = hsr_netdev_notify,     /* Slave event notifications */
+       .notifier_call = hsr_netdev_notify,
 };
 
 static int __init hsr_init(void)
-- 
2.17.1

Reply via email to