ntfs3.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] fs/ntfs3: Fix various styling issues
@ 2021-09-07  8:34 Kari Argillander
  2021-09-07  8:34 ` [PATCH v2 1/4] fs/ntfs3: Remove '+' before constant in ni_insert_resident() Kari Argillander
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kari Argillander @ 2021-09-07  8:34 UTC (permalink / raw)
  To: Konstantin Komarov, ntfs3; +Cc: Kari Argillander, linux-kernel, Joe Perches

Fix various checkpatch warnings. There will still be some but they
will be addressed in different patch sets.

v2:
	- Remove + sign completly in 1/4 (Thanks Joe)
	- I dropped one patch as it addressed else were [1]. (Thanks Joe)
	- Drop newline in 3/4

[1]: lore.kernel.org/ntfs3/20210902154050.5075-1-kari.argillander@gmail.com

Kari Argillander (4):
  fs/ntfs3: Remove '+' before constant in ni_insert_resident()
  fs/ntfs3: Place Comparisons constant right side of the test
  fs/ntfs3: Remove braces from single statment block
  fs/ntfs3: Remove tabs before spaces from comment

 fs/ntfs3/frecord.c | 7 +++----
 fs/ntfs3/lznt.c    | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)


base-commit: d3624466b56dd5b1886c1dff500525b544c19c83
-- 
2.25.1


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

end of thread, other threads:[~2021-09-16 14:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07  8:34 [PATCH v2 0/4] fs/ntfs3: Fix various styling issues Kari Argillander
2021-09-07  8:34 ` [PATCH v2 1/4] fs/ntfs3: Remove '+' before constant in ni_insert_resident() Kari Argillander
2021-09-07  8:34 ` [PATCH v2 2/4] fs/ntfs3: Place Comparisons constant right side of the test Kari Argillander
2021-09-07  8:34 ` [PATCH v2 3/4] fs/ntfs3: Remove braces from single statment block Kari Argillander
2021-09-07  8:34 ` [PATCH v2 4/4] fs/ntfs3: Remove tabs before spaces from comment Kari Argillander
2021-09-16 14:07 ` [PATCH v2 0/4] fs/ntfs3: Fix various styling issues Konstantin Komarov

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).