lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ