Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756173AbcJGGBx (ORCPT ); Fri, 7 Oct 2016 02:01:53 -0400 Received: from mail-io0-f194.google.com ([209.85.223.194]:33424 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753135AbcJGGBo (ORCPT ); Fri, 7 Oct 2016 02:01:44 -0400 Date: Fri, 7 Oct 2016 01:48:55 -0400 From: Anson Jacob To: rusty@rustcorp.com.au Cc: linux-kernel@vger.kernel.org Subject: [PATCH] module: remove trailing whitespace Message-ID: <85aee9869d5b31b823599b1162b393239c95f4e5.1475819079.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: 576 Lines: 22 remove whitespace on blank line Signed-off-by: Anson Jacob --- 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