All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix coding style errors and warnings in f2fs.h
@ 2017-01-27 18:29 DongOh Shin
  2017-01-27 18:29 ` [PATCH 1/5] Fix coding style errors " DongOh Shin
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: DongOh Shin @ 2017-01-27 18:29 UTC (permalink / raw)
  To: jaegeuk, yuchao0; +Cc: doscode.kr, linux-f2fs-devel

f2fs.h has 3 errors and 454 warnings on the coding style.
This series of patches resolve 3 errors and 446 warnings below:
0001, error,   "Macros with complex values should be enclosed in parentheses"
0002, error,   "space prohibited before that ',' (ctx:WxW)"
0003, warning, "Missing a blank line after declarations"
0004, warning, "function definition argument 'x' should also have an identifier name"
0005, warning, "macros should not use a trailing semicolon"

So, after applying this patch, it is reduced to 8 warnings only.

DongOh Shin (5):
  Fix coding style errors in f2fs.h
  Fix coding style error in f2fs.h
  Fix coding style warnings in f2fs.h
  Fix coding style warnings in f2fs.h
  Fix coding style warnings in f2fs.h

 fs/f2fs/f2fs.h | 502 +++++++++++++++++++++++++++++++--------------------------
 1 file changed, 272 insertions(+), 230 deletions(-)

-- 
1.8.3.1


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot

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

end of thread, other threads:[~2017-01-29  4:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-27 18:29 [PATCH 0/5] Fix coding style errors and warnings in f2fs.h DongOh Shin
2017-01-27 18:29 ` [PATCH 1/5] Fix coding style errors " DongOh Shin
2017-01-27 18:29 ` [PATCH 2/5] Fix coding style error " DongOh Shin
2017-01-27 18:29 ` [PATCH 3/5] Fix coding style warnings " DongOh Shin
2017-01-27 18:29 ` [PATCH 4/5] " DongOh Shin
2017-01-27 18:29 ` [PATCH 5/5] " DongOh Shin
2017-01-29  4:23 ` [PATCH 0/5] Fix coding style errors and " Jaegeuk Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.