On Wed, Mar 21, 2018 at 11:09 PM, Joe Perches <joe at perches.com> 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. > > Signed-off-by: Joe Perches <joe at perches.com> > Acked-by: Andy Shevchenko <andy.shevchenko at gmail.com> > Acked-by: Paul Moore <paul at paul-moore.com> > Acked-by: Alex Deucher <alexander.deucher at amd.com> > Acked-by: Dave Chinner <dchinner at redhat.com> > Reviewed-by: Darrick J. Wong <darrick.wong at oracle.com> > Acked-by: Alexandre Belloni <alexandre.belloni at free-electrons.com> > Acked-by: Martin K. Petersen <martin.petersen at oracle.com> > Acked-by: Takashi Iwai <tiwai at suse.de> > Acked-by: Mauro Carvalho Chehab <mchehab at s-opensource.com> > --- > > git diff -w still shows no difference. > > This patch was sent but December and not applied. > > As the trivial maintainer seems not active, it'd be nice if > Andrew Morton picks this up. > > V2: Remove fs/xfs/libxfs/xfs_alloc.c as it's updated and remerge the rest > > arch/x86/include/asm/atomic64_32.h | 2 +- > drivers/acpi/custom_method.c | 2 +- > drivers/acpi/fan.c | 2 +- For the ACPI changes: Acked-by: Rafael J. Wysocki <rafael.j.wysocki at intel.com>