On Wed, Mar 21, 2018 at 11:09 PM, Joe Perches <joe(a)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(a)perches.com>
 Acked-by: Andy Shevchenko <andy.shevchenko(a)gmail.com>
 Acked-by: Paul Moore <paul(a)paul-moore.com>
 Acked-by: Alex Deucher <alexander.deucher(a)amd.com>
 Acked-by: Dave Chinner <dchinner(a)redhat.com>
 Reviewed-by: Darrick J. Wong <darrick.wong(a)oracle.com>
 Acked-by: Alexandre Belloni <alexandre.belloni(a)free-electrons.com>
 Acked-by: Martin K. Petersen <martin.petersen(a)oracle.com>
 Acked-by: Takashi Iwai <tiwai(a)suse.de>
 Acked-by: Mauro Carvalho Chehab <mchehab(a)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(a)intel.com>