]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
staging: speakup: in serialio.c no over 80 chars long
authorBo YU <tsu.yubo@gmail.com>
Tue, 6 Jun 2017 03:44:26 +0000 (23:44 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Jun 2017 14:17:30 +0000 (16:17 +0200)
Fixed the checkpatch.pl warning:

WARNING: line over 80 characters

Signed-off-by: Bo YU <tsu.yubo@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/serialio.c

index f38eb66943bf94f79d4654be7e61ee6c67cde52b..00b25d3591d295294920d0cda83db4a73cb6acf3 100644 (file)
@@ -228,7 +228,8 @@ int spk_wait_for_xmitr(struct spk_synth *in_synth)
        }
        while (spk_serial_tx_busy()) {
                if (--tmout == 0) {
-                       pr_warn("%s: timed out (tx busy)\n", in_synth->long_name);
+                       pr_warn("%s: timed out (tx busy)\n",
+                               in_synth->long_name);
                        timeouts++;
                        return 0;
                }
@@ -285,7 +286,8 @@ static int spk_serial_out(struct spk_synth *in_synth, const char ch)
        return 0;
 }
 
-const char *spk_serial_synth_immediate(struct spk_synth *synth, const char *buff)
+const char *spk_serial_synth_immediate(struct spk_synth *synth,
+                                      const char *buff)
 {
        u_char ch;