]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: exfat: cleanup spacing for operators
authorValentin Vidic <vvidic@valentin-vidic.from.hr>
Sun, 8 Sep 2019 15:26:14 +0000 (15:26 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Sep 2019 09:25:04 +0000 (10:25 +0100)
commit179e14c8e6aff75d74792dc2ee4d0393c9f23ab2
treef74f6f12f01116d50b57714ae9531f8f4d6a396d
parentb33f56a1e40588214320926293585f088fb390b0
staging: exfat: cleanup spacing for operators

Fixes checkpatch.pl warnings:

  CHECK: spaces preferred around that '-' (ctx:VxV)
  CHECK: spaces preferred around that '+' (ctx:VxV)
  CHECK: spaces preferred around that '*' (ctx:VxV)
  CHECK: spaces preferred around that '|' (ctx:VxV)

Signed-off-by: Valentin Vidic <vvidic@valentin-vidic.from.hr>
Link: https://lore.kernel.org/r/20190908152616.25459-1-vvidic@valentin-vidic.from.hr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/exfat/exfat.h
drivers/staging/exfat/exfat_core.c
drivers/staging/exfat/exfat_super.c