linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] fs/efs: Follow kernel style guide
@ 2021-02-05  4:52 Amy Parker
  2021-02-05  4:52 ` [PATCH 1/3] fs/efs: Use correct brace styling for statements Amy Parker
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Amy Parker @ 2021-02-05  4:52 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.

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] 13+ messages in thread

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05  4:52 [PATCH 0/3] fs/efs: Follow kernel style guide Amy Parker
2021-02-05  4:52 ` [PATCH 1/3] fs/efs: Use correct brace styling for statements Amy Parker
2021-02-05  4:57   ` Chaitanya Kulkarni
2021-02-05  5:00     ` Amy Parker
2021-02-05  5:09       ` Chaitanya Kulkarni
2021-02-05  5:12         ` Amy Parker
2021-02-05  4:52 ` [PATCH 2/3] fs/efs: Correct spacing after C keywords Amy Parker
2021-02-05  4:52 ` [PATCH 3/3] fs/efs: Fix line breakage for " Amy Parker
2021-02-05 13:19 ` [PATCH 0/3] fs/efs: Follow kernel style guide David Sterba
2021-02-05 15:36   ` Amy Parker
2021-02-05 22:37     ` Richard Weinberger
2021-02-05 22:49       ` Amy Parker
2021-02-08  0:15       ` David Sterba

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