public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] fat: fix several checkpatch warnings
@ 2017-07-14 23:05 Carlos Palminha
  2017-07-14 23:05 ` [PATCH 1/3] fat: remove prohibited spaces Carlos Palminha
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Carlos Palminha @ 2017-07-14 23:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: hirofumi, viro, CARLOS.PALMINHA

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-07-16 15:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-14 23:05 [PATCH 0/3] fat: fix several checkpatch warnings Carlos Palminha
2017-07-14 23:05 ` [PATCH 1/3] fat: remove prohibited spaces Carlos Palminha
2017-07-14 23:05 ` [PATCH 2/3] fat: add missing blank lines Carlos Palminha
2017-07-14 23:05 ` [PATCH 3/3] fat: fix quoted string splits Carlos Palminha
2017-07-15  1:20   ` Andy Shevchenko
2017-07-15  4:18     ` Joe Perches
2017-07-16 13:46       ` Andy Shevchenko
2017-07-16 15:06         ` Joe Perches
2017-07-16 15:30           ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox