staging: speakup: fix checkpatch warning
authorRoxana Blaj <roxanagabriela10@gmail.com>
Mon, 15 Sep 2014 11:58:44 +0000 (14:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Sep 2014 00:27:28 +0000 (17:27 -0700)
This fixes the checkpatch warning:
WARNING: line over 80 characters

Signed-off-by: Roxana Blaj <roxanagabriela10@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/kobjects.c

index f3463ad8b060b2e990f4fc7479d49c9d464aa9dd..bcc7f62654f44a124aabb93feca92a0aeac37e78 100644 (file)
@@ -906,9 +906,11 @@ static struct kobj_attribute spell_delay_attribute =
 static struct kobj_attribute announcements_attribute =
        __ATTR(announcements, S_IWUSR|S_IRUGO, message_show, message_store);
 static struct kobj_attribute characters_attribute =
-       __ATTR(characters, S_IWUSR|S_IRUGO, chars_chartab_show, chars_chartab_store);
+       __ATTR(characters, S_IWUSR|S_IRUGO, chars_chartab_show,
+              chars_chartab_store);
 static struct kobj_attribute chartab_attribute =
-       __ATTR(chartab, S_IWUSR|S_IRUGO, chars_chartab_show, chars_chartab_store);
+       __ATTR(chartab, S_IWUSR|S_IRUGO, chars_chartab_show,
+              chars_chartab_store);
 static struct kobj_attribute ctl_keys_attribute =
        __ATTR(ctl_keys, S_IWUSR|S_IRUGO, message_show, message_store);
 static struct kobj_attribute colors_attribute =