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] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 19 Oct 2016 18:11:59 -0400
From:   Jessica Yu <jeyu@...hat.com>
To:     Anson Jacob <ansonjacob.aj@...il.com>
Cc:     rusty@...tcorp.com.au, linux-kernel@...r.kernel.org
Subject: Re: module: remove trailing whitespace

+++ Anson Jacob [07/10/16 01:48 -0400]:
>remove whitespace on blank line
>
>Signed-off-by: Anson Jacob <ansonjacob.aj@...il.com>

It would be nice to mention the exact checkpatch.pl error this fixes,
and include that in the changelog. Other than that, looks good to me.

>---
> include/linux/module.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/include/linux/module.h b/include/linux/module.h
>index 0c3207d..91df94f 100644
>--- a/include/linux/module.h
>+++ b/include/linux/module.h
>@@ -412,7 +412,7 @@ struct module {
> 	/* Protected by RCU and/or module_mutex: use rcu_dereference() */
> 	struct mod_kallsyms *kallsyms;
> 	struct mod_kallsyms core_kallsyms;
>-	
>+
> 	/* Section attributes */
> 	struct module_sect_attrs *sect_attrs;
>
>-- 
>2.7.4
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ