linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] fs/efs: Follow kernel style guide
@ 2021-02-05  5:14 Amy Parker
  2021-02-05  5:14 ` [PATCH v2 1/3] fs/efs: Use correct brace styling for statements Amy Parker
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Amy Parker @ 2021-02-05  5:14 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: linux-kernel, Amy Parker

As the EFS driver is old and non-maintained, many kernel style guide
rules have not been followed, and their violations have not been
noticed. This patchset corrects those violations.

v2:
 - Corrected commit message line breaking

v1:
 - Fixed brace styling
 - Corrected C keyword spacing
 - Corrected line breakage for C keywords

Amy Parker (3):
  fs/efs: Use correct brace styling for statements
  fs/efs: Correct spacing after C keywords
  fs/efs: Fix line breakage for C keywords

 fs/efs/inode.c | 36 ++++++++++++++++++++++--------------
 fs/efs/namei.c |  2 +-
 fs/efs/super.c | 25 +++++++++++--------------
 3 files changed, 34 insertions(+), 29 deletions(-)

-- 
2.29.2


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

end of thread, other threads:[~2021-02-05  6:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05  5:14 [PATCH v2 0/3] fs/efs: Follow kernel style guide Amy Parker
2021-02-05  5:14 ` [PATCH v2 1/3] fs/efs: Use correct brace styling for statements Amy Parker
2021-02-05  6:00   ` Joe Perches
2021-02-05  5:14 ` [PATCH v2 2/3] fs/efs: Correct spacing after C keywords Amy Parker
2021-02-05  6:07   ` Joe Perches
2021-02-05  5:14 ` [PATCH v2 3/3] fs/efs: Fix line breakage for " Amy Parker

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