serial: Fix typo in comments (s/besued/because/)

This commit is contained in:
Nathan Hartman 2023-02-07 17:43:05 -05:00 committed by Xiang Xiao
parent f4b82b6405
commit 1b3cac19a0
6 changed files with 6 additions and 6 deletions

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.
*/