diff options
author | Anson Jacob <ansonjacob.aj@gmail.com> | 2016-10-20 02:12:18 +0300 |
---|---|---|
committer | Jessica Yu <jeyu@redhat.com> | 2016-11-26 22:18:02 +0300 |
commit | c714965f580accdb6715cb28285eeccea18dafdb (patch) | |
tree | 10972393e3ded49cf8f8e9ab890fb7aa237265a6 | |
parent | 7fd8329ba502ef76dd91db561c7aed696b2c7720 (diff) | |
download | linux-c714965f580accdb6715cb28285eeccea18dafdb.tar.xz |
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>
-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 { /* 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; |