Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1504425
| From | Jessica Yu <jeyu@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: module: remove trailing whitespace |
| Date | 2016-10-20 02:00 +0200 |
| Message-ID | <su8W5-8bw-3@gated-at.bofh.it> (permalink) |
| References | <su8jn-7Y3-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
+++ Anson Jacob [19/10/16 19:12 -0400]:
>Fix checkpatch.pl warning:
>ERROR: trailing whitespace
>
>Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com>
Thanks for the quick turnaround,
Acked-by: Jessica Yu <jeyu@redhat.com>
>---
>Changes in v2:
> - Add Checkpatch warning info to the commit message.
>
> include/linux/module.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/include/linux/module.h b/include/linux/module.h
>index 0c3207d..91df94f 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;
>
>--
>2.7.4
>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2] module: remove trailing whitespace Anson Jacob <ansonjacob.aj@gmail.com> - 2016-10-20 01:20 +0200 Re: module: remove trailing whitespace Jessica Yu <jeyu@redhat.com> - 2016-10-20 02:00 +0200
csiph-web