aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamara Diaconita <[email protected]>2017-03-07 18:38:01 +0200
committerGreg Kroah-Hartman <[email protected]>2017-03-09 14:29:40 +0100
commit51c3d03470a2f8ee9833e3f052d5b1518eeb2c48 (patch)
treeaea5a2b30fd3112458bc920c6f3f55e9ac5f5452
parentb10ef8aae9656f9d4372d7f4b57b65262146bd87 (diff)
staging: speakup: kobjects: Delete blank line
Delet the blank line after an open brace '{' to fix the checkpath.pl issue: CHECK: Blank lines aren't necessary after an open brace '{'. Signed-off-by: Tamara Diaconita <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/speakup/kobjects.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/speakup/kobjects.c b/drivers/staging/speakup/kobjects.c
index c26643527193..999563eaa595 100644
--- a/drivers/staging/speakup/kobjects.c
+++ b/drivers/staging/speakup/kobjects.c
@@ -761,7 +761,6 @@ static ssize_t message_store_helper(const char *buf, size_t count,
enum msg_index_t curmessage;
while (cp < end) {
-
while ((cp < end) && (*cp == ' ' || *cp == '\t'))
cp++;