From: Walt Feasel Date: Sat, 19 Nov 2016 17:35:46 +0000 (-0500) Subject: staging: speakup: synth.c Comment modifications X-Git-Tag: v5.15~12305^2~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2ad9a8255064e30e785f9c1f5757c4308b6ba6a;p=platform%2Fkernel%2Flinux-starfive.git staging: speakup: synth.c Comment modifications Make modifications to comment style Signed-off-by: Walt Feasel Signed-off-by: Greg Kroah-Hartman --- 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 /* for loops_per_sec */ #include #include -#include /* for copy_from_user */ +#include /* for copy_from_user */ #include #include #include @@ -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