treewide/trivial: Remove ';;$' typo noise
authorIngo Molnar <[email protected]>
Thu, 22 Feb 2018 09:54:55 +0000 (10:54 +0100)
committerIngo Molnar <[email protected]>
Thu, 22 Feb 2018 09:59:33 +0000 (10:59 +0100)
commited7158bae41044ff696e9aafd5ada46d391a5a2e
treef8d24c84e8c2d11de63e72888b84b8a3a00cc58b
parentaf3e79d29555b97dd096e2f8e36a0f50213808a8
treewide/trivial: Remove ';;$' typo noise

On lkml suggestions were made to split up such trivial typo fixes into per subsystem
patches:

  --- a/arch/x86/boot/compressed/eboot.c
  +++ b/arch/x86/boot/compressed/eboot.c
  @@ -439,7 +439,7 @@ setup_uga32(void **uga_handle, unsigned long size, u32 *width, u32 *height)
          struct efi_uga_draw_protocol *uga = NULL, *first_uga;
          efi_guid_t uga_proto = EFI_UGA_PROTOCOL_GUID;
          unsigned long nr_ugas;
  -       u32 *handles = (u32 *)uga_handle;;
  +       u32 *handles = (u32 *)uga_handle;
          efi_status_t status = EFI_INVALID_PARAMETER;
          int i;

This patch is the result of the following script:

  $ sed -i 's/;;$/;/g' $(git grep -E ';;$'  | grep "\.[ch]:"  | grep -vwE 'for|ia64' | cut -d: -f1 | sort | uniq)

... followed by manual review to make sure it's all good.

Splitting this up is just crazy talk, let's get over with this and just do it.

Reported-by: Pavel Machek <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
17 files changed:
arch/arc/kernel/setup.c
arch/arc/kernel/unwind.c
arch/arm/kernel/time.c
arch/arm64/kernel/ptrace.c
arch/powerpc/kvm/book3s_xive.c
arch/powerpc/platforms/powernv/pci-ioda.c
arch/x86/boot/compressed/eboot.c
block/sed-opal.c
drivers/clocksource/mips-gic-timer.c
drivers/clocksource/timer-sun5i.c
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
drivers/gpu/drm/amd/powerplay/amd_powerplay.c
drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c
drivers/gpu/drm/scheduler/gpu_scheduler.c
drivers/iommu/intel-svm.c
drivers/md/raid1.c
drivers/soc/imx/gpc.c