OSDN Git Service

staging: speakup: kobjects: Delete blank line
authorTamara Diaconita <diaconitatamara@gmail.com>
Tue, 7 Mar 2017 16:38:01 +0000 (18:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Mar 2017 13:29:40 +0000 (14:29 +0100)
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 <diaconita.tamara@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/kobjects.c

index c266435..999563e 100644 (file)
@@ -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++;