[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20161019235706.GB15881@packer-debian-8-amd64.digitalocean.com>
Date: Wed, 19 Oct 2016 19:57:06 -0400
From: Jessica Yu <jeyu@...hat.com>
To: Anson Jacob <ansonjacob.aj@...il.com>
Cc: rusty@...tcorp.com.au, Kernel List <linux-kernel@...r.kernel.org>
Subject: Re: module: remove trailing whitespace
+++ Anson Jacob [19/10/16 19:12 -0400]:
>Fix checkpatch.pl warning:
>ERROR: trailing whitespace
>
>Signed-off-by: Anson Jacob <ansonjacob.aj@...il.com>
Thanks for the quick turnaround,
Acked-by: Jessica Yu <jeyu@...hat.com>
>---
>Changes in v2:
> - Add Checkpatch warning info to the commit message.
>
> 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