[PATCH] staging: speakup: (coding style) use braces {} on all arms of if-statement

2015-11-19 Thread Christian Colic
linux-ker...@vger.kernel.org Bcc: Subject: [PATCH] staging: speakup: (coding style) use braces {} on all arms of if-statement Reply-To: Fix checkpatch error: "braces {} should be used on all arms of this statement" by adding the necessary braces around the "if". Signed-off

Re: [PATCH] staging: speakup: (coding style) use braces {} on all arms of if-statement

2015-11-19 Thread Greg KH
On Thu, Nov 19, 2015 at 01:13:50PM +0100, Christian Colic wrote: > linux-ker...@vger.kernel.org > Bcc: > Subject: [PATCH] staging: speakup: (coding style) use braces {} on all arms > of if-statement > Reply-To: Why are these lines in the body of your patch? Please fi