Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753126AbcJSXMX (ORCPT ); Wed, 19 Oct 2016 19:12:23 -0400 Received: from mail-it0-f65.google.com ([209.85.214.65]:35805 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750763AbcJSXMV (ORCPT ); Wed, 19 Oct 2016 19:12:21 -0400 Date: Wed, 19 Oct 2016 19:12:18 -0400 From: Anson Jacob To: rusty@rustcorp.com.au Cc: Kernel List , Jessica Yu Subject: [PATCH v2] module: remove trailing whitespace Message-ID: <43ffe45bf2f55e47607520e5db170c087bb5659a.1476918475.git.ansonjacob.aj@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 670 Lines: 26 Fix checkpatch.pl warning: ERROR: trailing whitespace Signed-off-by: Anson Jacob --- 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