From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756026AbcJSX5J (ORCPT ); Wed, 19 Oct 2016 19:57:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44268 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750785AbcJSX5I (ORCPT ); Wed, 19 Oct 2016 19:57:08 -0400 Date: Wed, 19 Oct 2016 19:57:06 -0400 From: Jessica Yu To: Anson Jacob Cc: rusty@rustcorp.com.au, Kernel List Subject: Re: module: remove trailing whitespace Message-ID: <20161019235706.GB15881@packer-debian-8-amd64.digitalocean.com> References: <43ffe45bf2f55e47607520e5db170c087bb5659a.1476918475.git.ansonjacob.aj@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <43ffe45bf2f55e47607520e5db170c087bb5659a.1476918475.git.ansonjacob.aj@gmail.com> X-OS: Linux eisen.io 3.16.0-4-amd64 x86_64 User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Wed, 19 Oct 2016 23:57:07 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org +++ Anson Jacob [19/10/16 19:12 -0400]: >Fix checkpatch.pl warning: >ERROR: trailing whitespace > >Signed-off-by: Anson Jacob Thanks for the quick turnaround, Acked-by: Jessica Yu >--- >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 >