aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/speakup_soft.c
diff options
context:
space:
mode:
authorBhagyashri Dighole <digholebhagyashri@gmail.com>2019-02-28 17:59:04 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-01 09:05:00 +0100
commite2d55017ae1ce44247d03c1612e9b724ceff1388 (patch)
treeb3155c9c2197b8e6c14cddb478c74ab0e96b07da /drivers/staging/speakup/speakup_soft.c
parentstaging: mt7621-eth: Remove license boilerplate text (diff)
downloadlinux-dev-e2d55017ae1ce44247d03c1612e9b724ceff1388.tar.xz
linux-dev-e2d55017ae1ce44247d03c1612e9b724ceff1388.zip
staging: speakup: fix line over 80 characters.
Fix coding style issues, which solves checkpatch.pl warning: "WARNING: line over 80 characters". Signed-off-by: Bhagyashri Dighole <digholebhagyashri@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup/speakup_soft.c')
-rw-r--r--drivers/staging/speakup/speakup_soft.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/staging/speakup/speakup_soft.c b/drivers/staging/speakup/speakup_soft.c
index 947c79532e10..edff6ce85655 100644
--- a/drivers/staging/speakup/speakup_soft.c
+++ b/drivers/staging/speakup/speakup_soft.c
@@ -12,7 +12,9 @@
#include <linux/unistd.h>
#include <linux/miscdevice.h> /* for misc_register, and SYNTH_MINOR */
#include <linux/poll.h> /* for poll_wait() */
-#include <linux/sched/signal.h> /* schedule(), signal_pending(), TASK_INTERRUPTIBLE */
+
+/* schedule(), signal_pending(), TASK_INTERRUPTIBLE */
+#include <linux/sched/signal.h>
#include "spk_priv.h"
#include "speakup.h"