serial: Fix typo in comments (s/besued/because/)
This commit is contained in:
parent
f4b82b6405
commit
1b3cac19a0
|
@ -1065,7 +1065,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
|
|||
}
|
||||
|
||||
/* TODO: Handle other termios settings.
|
||||
* Note that only cfgetispeed is used besued we have knowledge
|
||||
* Note that only cfgetispeed is used because we have knowledge
|
||||
* that only one speed is supported.
|
||||
*/
|
||||
|
||||
|
|
|
@ -606,7 +606,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
|
|||
}
|
||||
|
||||
/* TODO: Handle other termios settings.
|
||||
* Note that only cfgetispeed is used besued we have knowledge
|
||||
* Note that only cfgetispeed is used because we have knowledge
|
||||
* that only one speed is supported.
|
||||
*/
|
||||
|
||||
|
|
|
@ -858,7 +858,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
|
|||
}
|
||||
|
||||
/* TODO: Handle other termios settings.
|
||||
* Note that only cfgetispeed is used besued we have knowledge
|
||||
* Note that only cfgetispeed is used because we have knowledge
|
||||
* that only one speed is supported.
|
||||
*/
|
||||
|
||||
|
|
|
@ -618,7 +618,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
|
|||
}
|
||||
|
||||
/* TODO: Handle other termios settings.
|
||||
* Note that only cfgetispeed is used besued we have knowledge
|
||||
* Note that only cfgetispeed is used because we have knowledge
|
||||
* that only one speed is supported.
|
||||
*/
|
||||
|
||||
|
|
|
@ -614,7 +614,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
|
|||
}
|
||||
|
||||
/* TODO: Handle other termios settings.
|
||||
* Note that only cfgetispeed is used besued we have knowledge
|
||||
* Note that only cfgetispeed is used because we have knowledge
|
||||
* that only one speed is supported.
|
||||
*/
|
||||
|
||||
|
|
|
@ -680,7 +680,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
|
|||
}
|
||||
|
||||
/* TODO: Handle other termios settings.
|
||||
* Note that only cfgetispeed is used besued we have knowledge
|
||||
* Note that only cfgetispeed is used because we have knowledge
|
||||
* that only one speed is supported.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue