tty: Fix comment style in tty_termios_input_baud_rate()
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 16 Aug 2022 11:57:33 +0000 (14:57 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Aug 2022 12:22:34 +0000 (14:22 +0200)
Add proper spacing to comment.

Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20220816115739.10928-3-ilpo.jarvinen@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_baudrate.c

index 4e3fd756dfc7a8b545c1b3d2716255dbe093a37e..f9b49939c27b6f61ea0eab3e9917216dc6194c99 100644 (file)
@@ -92,7 +92,7 @@ speed_t tty_termios_input_baud_rate(const struct ktermios *termios)
        if (cbaud == B0)
                return tty_termios_baud_rate(termios);
 
-       /* Magic token for arbitrary speed via c_ispeed*/
+       /* Magic token for arbitrary speed via c_ispeed */
        if (cbaud == BOTHER)
                return termios->c_ispeed;