Re: [PATCH] proc: Trivial brace balancing

2016-11-04 Thread Alexey Dobriyan
On Fri, Nov 4, 2016 at 3:55 PM, Christopher Covington wrote: > - } else > + } else { > seq_puts(m, " 0 0 0 0 0 0 0"); > + } Oh, come on, people.

[PATCH] proc: Trivial brace balancing

2016-11-04 Thread Christopher Covington
As suggested by Documentation/CodingStyle right before section 3.1: Spaces, use braces on all branches of a conditional statement if they are used on any branch. No functional changes. Signed-off-by: Christopher Covington --- fs/proc/array.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-