aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
diff options
context:
space:
mode:
authorAnson Jacob <ansonjacob.aj@gmail.com>2016-10-19 19:12:18 -0400
committerJessica Yu <jeyu@redhat.com>2016-11-26 11:18:02 -0800
commitc714965f580accdb6715cb28285eeccea18dafdb (patch)
tree10972393e3ded49cf8f8e9ab890fb7aa237265a6 /include/linux/module.h
parenttaint/module: Clean up global and module taint flags handling (diff)
downloadlinux-dev-c714965f580accdb6715cb28285eeccea18dafdb.tar.xz
linux-dev-c714965f580accdb6715cb28285eeccea18dafdb.zip
module: remove trailing whitespace
Fix checkpatch.pl warning: ERROR: trailing whitespace Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com> Signed-off-by: Jessica Yu <jeyu@redhat.com>
Diffstat (limited to '')
-rw-r--r--include/linux/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h
index f6ee569c62bb..7c84273d60b9 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;