[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180417.093726.1260094932962630092.davem@davemloft.net>
Date: Tue, 17 Apr 2018 09:37:26 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: sunlw.fnst@...fujitsu.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] net: change the comment of dev_mc_init
From: sunlianwen <sunlw.fnst@...fujitsu.com>
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 <sunlw.fnst@...fujitsu.com>
Please don't put so many empty lines, one is enough to separate your
commit log message from the signoff.
> diff --git a/net/core/dev_addr_lists.c b/net/core/dev_addr_lists.c
> index e3e6a3e2ca22..d884d8f5f0e5 100644
> --- a/net/core/dev_addr_lists.c
> +++ b/net/core/dev_addr_lists.c
> @@ -839,7 +839,7 @@ void dev_mc_flush(struct net_device *dev)
> EXPORT_SYMBOL(dev_mc_flush);
>
> /**
> - * dev_mc_flush - Init multicast address list
> + * dev_mc_init - Init multicast address list
> * @dev: device
> *
> * Init multicast address list.
> --
> 2.17.0
This patch was corrupted by your email client, it transformed TAB
characters into sequences of SPACEs.
Powered by blists - more mailing lists