staging: speakup: (coding style) Add braces around all arms of if-statement
commit1fd16a31256cc867a7212e3399bd493a92cbd177
authorChristian Colic <colic.christian@gmail.com>
Thu, 19 Nov 2015 16:08:06 +0000 (19 17:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jan 2016 06:40:31 +0000 (28 22:40 -0800)
treea6618ebea32983b9b96bc192a8b8c5319b097926
parenta4efe6fd5dead8d82b73a7ab726aa18cfa11b734
staging: speakup: (coding style) Add braces around all arms of if-statement

Fix checkpatch error: "braces {} should be used on all arms of this statement"
by adding the necessary braces around the "if".

Signed-off-by: Christian Colic <colic.christian@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/devsynth.c