On 2/4/21 20:55, Amy Parker wrote: > Many single-line statements have unnecessary braces, and some statement pairs > have mismatched braces. This is a clear violation of the kernel style guide, > which mandates that single line statements have no braces and that pairs with > at least one multi-line block maintain their braces. > > This patch fixes these style violations. Single-line statements that have > braces have had their braces stripped. Pair single-line statements have been > formatted per the style guide. Pair mixed-line statements have had their > braces updated to conform. > > Signed-off-by: Amy Parker <enby...@gmail.com> Commit message is too long. Follow the style present in the tree.
- [PATCH 0/3] fs/efs: Follow kernel style guide Amy Parker
- [PATCH 1/3] fs/efs: Use correct brace styling for ... Amy Parker
- Re: [PATCH 1/3] fs/efs: Use correct brace styl... Chaitanya Kulkarni
- Re: [PATCH 1/3] fs/efs: Use correct brace ... Amy Parker
- Re: [PATCH 1/3] fs/efs: Use correct br... Chaitanya Kulkarni
- Re: [PATCH 1/3] fs/efs: Use corre... Amy Parker
- [PATCH 3/3] fs/efs: Fix line breakage for C keywor... Amy Parker
- [PATCH 2/3] fs/efs: Correct spacing after C keywor... Amy Parker
- Re: [PATCH 0/3] fs/efs: Follow kernel style guide David Sterba
- Re: [PATCH 0/3] fs/efs: Follow kernel style gu... Amy Parker
- Re: [PATCH 0/3] fs/efs: Follow kernel styl... Richard Weinberger
- Re: [PATCH 0/3] fs/efs: Follow kernel ... Amy Parker