[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <85aee9869d5b31b823599b1162b393239c95f4e5.1475819079.git.ansonjacob.aj@gmail.com>
Date: Fri, 7 Oct 2016 01:48:55 -0400
From: Anson Jacob <ansonjacob.aj@...il.com>
To: rusty@...tcorp.com.au
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] module: remove trailing whitespace
remove whitespace on blank line
Signed-off-by: Anson Jacob <ansonjacob.aj@...il.com>
---
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