diff options
author | Anson Jacob <ansonjacob.aj@gmail.com> | 2016-10-19 19:12:18 -0400 |
---|---|---|
committer | Jessica Yu <jeyu@redhat.com> | 2016-11-26 14:18:02 -0500 |
commit | c714965f580accdb6715cb28285eeccea18dafdb (patch) | |
tree | 10972393e3ded49cf8f8e9ab890fb7aa237265a6 /include/linux/module.h | |
parent | 7fd8329ba502ef76dd91db561c7aed696b2c7720 (diff) |
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 'include/linux/module.h')
-rw-r--r-- | include/linux/module.h | 2 |
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 { | |||
412 | /* Protected by RCU and/or module_mutex: use rcu_dereference() */ | 412 | /* Protected by RCU and/or module_mutex: use rcu_dereference() */ |
413 | struct mod_kallsyms *kallsyms; | 413 | struct mod_kallsyms *kallsyms; |
414 | struct mod_kallsyms core_kallsyms; | 414 | struct mod_kallsyms core_kallsyms; |
415 | 415 | ||
416 | /* Section attributes */ | 416 | /* Section attributes */ |
417 | struct module_sect_attrs *sect_attrs; | 417 | struct module_sect_attrs *sect_attrs; |
418 | 418 | ||