USB: serial: correct spelling mistakes in comments
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
这个提交包含在:
@@ -165,7 +165,7 @@ static void keyspan_set_termios(struct tty_struct *tty,
|
||||
if (d_details->calculate_baud_rate(port, baud_rate, d_details->baudclk,
|
||||
NULL, NULL, NULL, device_port) == KEYSPAN_BAUD_RATE_OK) {
|
||||
/* FIXME - more to do here to ensure rate changes cleanly */
|
||||
/* FIXME - calcuate exact rate from divisor ? */
|
||||
/* FIXME - calculate exact rate from divisor ? */
|
||||
p_priv->baud = baud_rate;
|
||||
} else
|
||||
baud_rate = tty_termios_baud_rate(old_termios);
|
||||
|
在新工单中引用
屏蔽一个用户