[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <43ffe45bf2f55e47607520e5db170c087bb5659a.1476918475.git.ansonjacob.aj@gmail.com>
Date: Wed, 19 Oct 2016 19:12:18 -0400
From: Anson Jacob <ansonjacob.aj@...il.com>
To: rusty@...tcorp.com.au
Cc: Kernel List <linux-kernel@...r.kernel.org>,
Jessica Yu <jeyu@...hat.com>
Subject: [PATCH v2] module: remove trailing whitespace
Fix checkpatch.pl warning:
ERROR: trailing whitespace
Signed-off-by: Anson Jacob <ansonjacob.aj@...il.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