From: Anson Jacob Date: Wed, 19 Oct 2016 23:12:18 +0000 (-0400) Subject: module: remove trailing whitespace X-Git-Tag: v4.10-rc1~109^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c714965f580accdb6715cb28285eeccea18dafdb;p=karo-tx-linux.git module: remove trailing whitespace Fix checkpatch.pl warning: ERROR: trailing whitespace Signed-off-by: Anson Jacob Signed-off-by: Jessica Yu --- 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;