summaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup
diff options
context:
space:
mode:
authorWalt Feasel <waltfeasel@gmail.com>2016-11-19 12:35:46 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-21 11:05:30 +0100
commitd2ad9a8255064e30e785f9c1f5757c4308b6ba6a (patch)
tree06a01afc8e1c8f75abe46287f736d6bfeb170a2f /drivers/staging/speakup
parenteaf40ad456bc9c7e3c6eb539a3cab3e9a6a335d3 (diff)
downloadop-kernel-dev-d2ad9a8255064e30e785f9c1f5757c4308b6ba6a.zip
op-kernel-dev-d2ad9a8255064e30e785f9c1f5757c4308b6ba6a.tar.gz
staging: speakup: synth.c Comment modifications
Make modifications to comment style Signed-off-by: Walt Feasel <waltfeasel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup')
-rw-r--r--drivers/staging/speakup/synth.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/speakup/synth.c b/drivers/staging/speakup/synth.c
index f79dc4c..1bd78ab 100644
--- a/drivers/staging/speakup/synth.c
+++ b/drivers/staging/speakup/synth.c
@@ -8,7 +8,7 @@
#include <linux/delay.h> /* for loops_per_sec */
#include <linux/kmod.h>
#include <linux/jiffies.h>
-#include <linux/uaccess.h> /* for copy_from_user */
+#include <linux/uaccess.h> /* for copy_from_user */
#include <linux/sched.h>
#include <linux/timer.h>
#include <linux/kthread.h>
@@ -73,7 +73,8 @@ int spk_serial_synth_probe(struct spk_synth *synth)
}
EXPORT_SYMBOL_GPL(spk_serial_synth_probe);
-/* Main loop of the progression thread: keep eating from the buffer
+/*
+ * Main loop of the progression thread: keep eating from the buffer
* and push to the serial port, waiting as needed
*
* For devices that have a "full" notification mechanism, the driver can
OpenPOWER on IntegriCloud