[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200506154702.12432-1-ap420073@gmail.com>
Date: Wed, 6 May 2020 15:47:02 +0000
From: Taehee Yoo <ap420073@...il.com>
To: davem@...emloft.net, kuba@...nel.org, netdev@...r.kernel.org
Cc: ap420073@...il.com
Subject: [PATCH net-next 1/2] hsr: remove incorrect comment
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@...il.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
Powered by blists - more mailing lists