diff mbox series

[net-next,1/2] hsr: remove incorrect comment

Message ID 20200506154702.12432-1-ap420073@gmail.com
State New
Headers show
Series [net-next,1/2] hsr: remove incorrect comment | expand

Commit Message

Taehee Yoo May 6, 2020, 3:47 p.m. UTC
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 <ap420073@gmail.com>
---
 net/hsr/hsr_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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)