commit | ca0b6fe173a11219312bb3607d4d5a0faac1feb4 | [log] [tgz] |
---|---|---|
author | Shraddha Barke <shraddha.6596@gmail.com> | Sat Sep 05 18:58:27 2015 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Sep 12 18:24:53 2015 -0700 |
tree | 79531c27015d15cefc16f35aa59e00e1b9ee34cd | |
parent | 7273773c2cecb647373c4180b159ba1669313681 [diff] |
Staging: speakup: Remove braces for single statement blocks The linux kernel coding style discourages use of braces for single statement blocks. This patch removes the unnecessary braces. The warning was detected using checkpatch.pl. Coccinelle was used to make the change. Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>