Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965738AbdLRWEi (ORCPT ); Mon, 18 Dec 2017 17:04:38 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:41359 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935911AbdLRWEQ (ORCPT ); Mon, 18 Dec 2017 17:04:16 -0500 X-Google-Smtp-Source: ACJfBouNgLPgZKhZsZwVY0oZzrVpZDk/JXEHIpY7LxxtrebYXzxPGH5SVUfisgliw88OHQO8mQFcnk9McTvmDN4+M2E= MIME-Version: 1.0 X-Originating-IP: [108.20.156.165] In-Reply-To: <1513556924.31581.51.camel@perches.com> References: <1513556924.31581.51.camel@perches.com> From: Paul Moore Date: Mon, 18 Dec 2017 17:04:14 -0500 Message-ID: Subject: Re: [trivial PATCH] treewide: Align function definition open/close braces To: Joe Perches Cc: Jiri Kosina , Linus Torvalds , linux-rtc@vger.kernel.org, alsa-devel@alsa-project.org, linuxppc-dev , linux-scsi@vger.kernel.org, netdev@vger.kernel.org, acpi4asus-user@lists.sourceforge.net, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, platform-driver-x86@vger.kernel.org, linux-xfs@vger.kernel.org, linux-acpi@vger.kernel.org, linux-audit@redhat.com, amd-gfx@lists.freedesktop.org, linux-fsdevel@vger.kernel.org, MPT-FusionLinux.pdl@broadcom.com, ocfs2-devel@oss.oracle.com, linux-media@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2085 Lines: 49 On Sun, Dec 17, 2017 at 7:28 PM, Joe Perches wrote: > Some functions definitions have either the initial open brace and/or > the closing brace outside of column 1. > > Move those braces to column 1. > > This allows various function analyzers like gnu complexity to work > properly for these modified functions. > > Miscellanea: > > o Remove extra trailing ; and blank line from xfs_agf_verify > > Signed-off-by: Joe Perches > --- > git diff -w shows no difference other than the above 'Miscellanea' > > (this is against -next, but it applies against Linus' tree > with a couple offsets) > > arch/x86/include/asm/atomic64_32.h | 2 +- > drivers/acpi/custom_method.c | 2 +- > drivers/acpi/fan.c | 2 +- > drivers/gpu/drm/amd/display/dc/core/dc.c | 2 +- > drivers/media/i2c/msp3400-kthreads.c | 2 +- > drivers/message/fusion/mptsas.c | 2 +- > drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c | 2 +- > drivers/net/wireless/ath/ath9k/xmit.c | 2 +- > drivers/platform/x86/eeepc-laptop.c | 2 +- > drivers/rtc/rtc-ab-b5ze-s3.c | 2 +- > drivers/scsi/dpt_i2o.c | 2 +- > drivers/scsi/sym53c8xx_2/sym_glue.c | 2 +- > fs/locks.c | 2 +- > fs/ocfs2/stack_user.c | 2 +- > fs/xfs/libxfs/xfs_alloc.c | 5 ++--- > fs/xfs/xfs_export.c | 2 +- > kernel/audit.c | 6 +++--- > kernel/trace/trace_printk.c | 4 ++-- > lib/raid6/sse2.c | 14 +++++++------- > sound/soc/fsl/fsl_dma.c | 2 +- > 20 files changed, 30 insertions(+), 31 deletions(-) For the audit bits ... Acked-by: Paul Moore -- paul moore www.paul-moore.com