projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd8329
)
module: remove trailing whitespace
author
Anson Jacob
<ansonjacob.aj@gmail.com>
Wed, 19 Oct 2016 23:12:18 +0000
(19:12 -0400)
committer
Jessica Yu
<jeyu@redhat.com>
Sat, 26 Nov 2016 19:18:02 +0000
(11:18 -0800)
Fix checkpatch.pl warning:
ERROR: trailing whitespace
Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com>
Signed-off-by: Jessica Yu <jeyu@redhat.com>
include/linux/module.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/module.h
b/include/linux/module.h
index f6ee569c62bb90516b232e70fb56890e08ae6cfe..7c84273d60b963d44c032761cac62194e82d1198 100644
(file)
--- 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;