From: Roxana Blaj Date: Mon, 15 Sep 2014 11:58:44 +0000 (+0300) Subject: staging: speakup: fix checkpatch warning X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=225557bf274ed1519362865815da7425533191d1;p=linux-beck.git staging: speakup: fix checkpatch warning This fixes the checkpatch warning: WARNING: line over 80 characters Signed-off-by: Roxana Blaj Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/speakup/kobjects.c b/drivers/staging/speakup/kobjects.c index f3463ad8b060..bcc7f62654f4 100644 --- a/drivers/staging/speakup/kobjects.c +++ b/drivers/staging/speakup/kobjects.c @@ -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 =