Re: [PATCH] net: change the comment of dev_mc_init

2018-04-17 Thread David Miller
From: sunlianwen Date: Tue, 17 Apr 2018 15:27:01 +0800 > the comment of dev_mc_init() is wrong. which use dev_mc_flush > instead of dev_mc_init. > > > Signed-off-by:Lianwen Sun Please don't put so many empty lines, one is enough to separate your commit log message from the signoff. > diff --

[PATCH] net: change the comment of dev_mc_init

2018-04-17 Thread sunlianwen
the comment of dev_mc_init() is wrong. which use dev_mc_flush instead of dev_mc_init. Signed-off-by:Lianwen Sun --- net/core/dev_addr_lists.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/dev_addr_lists.c b/net/core/dev_addr_lists.c index e3e6a3e2ca22..d884d8f5f0