[PATCH 0/3] fat: fix several checkpatch warnings

From: Carlos Palminha
Date: Fri Jul 14 2017 - 19:06:37 EST


fix 3 type of checkpatch warnings, each type per patch:
- unnecessary/prohibited whitespaces
- missing blank lines after declarations
- quoted string split across lines

The patchset was based on linux-next tree, tag next-20170714

Carlos Palminha (3):
fat: remove prohibited spaces
fat: add missing blank lines
fat: fix quoted string splits

fs/fat/cache.c | 5 +++--
fs/fat/dir.c | 7 ++++++-
fs/fat/fatent.c | 8 ++++++++
fs/fat/file.c | 2 ++
fs/fat/inode.c | 30 ++++++++++++++++++++++--------
fs/fat/misc.c | 2 ++
fs/fat/namei_msdos.c | 1 +
fs/fat/namei_vfat.c | 6 +++++-
fs/fat/nfs.c | 5 ++++-
9 files changed, 53 insertions(+), 13 deletions(-)

--
2.11.0