linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix 3 coding style errors and 447 warnings in f2fs.h
@ 2017-01-30 18:55 DongOh Shin
  2017-01-30 18:55 ` [PATCH 1/2] Fix 3 coding style errors " DongOh Shin
  2017-01-30 18:55 ` [PATCH 2/2] Fix 446 coding style warnings " DongOh Shin
  0 siblings, 2 replies; 3+ messages in thread
From: DongOh Shin @ 2017-01-30 18:55 UTC (permalink / raw)
  To: jaegeuk, yuchao0; +Cc: doscode.kr, linux-f2fs-devel

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

So there are only 8 warnings in f2fs.h after applying these.
The patches are tested under 'next-20170125'.
Thanks,

DongOh Shin (2):
  Fix 3 coding style errors in f2fs.h
  Fix 446 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] 3+ messages in thread

end of thread, other threads:[~2017-01-30 18:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-30 18:55 [PATCH 0/2] Fix 3 coding style errors and 447 warnings in f2fs.h DongOh Shin
2017-01-30 18:55 ` [PATCH 1/2] Fix 3 coding style errors " DongOh Shin
2017-01-30 18:55 ` [PATCH 2/2] Fix 446 coding style warnings " DongOh Shin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).