Cosmetic
This commit is contained in:
parent
e113be1bff
commit
2c53894065
|
@ -1018,6 +1018,7 @@ static int efm32_ioctl(struct file *filep, int cmd, unsigned long arg)
|
|||
config->baud = cfgetispeed(termiosp);
|
||||
|
||||
/* Just speed is yet implemented */
|
||||
|
||||
efm32_disableuartint(priv,&ien);
|
||||
|
||||
efm32_uartconfigure(config->uartbase, config->baud, config->parity,
|
||||
|
|
|
@ -2045,7 +2045,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
|
|||
|
||||
priv->baud = cfgetispeed(termiosp);
|
||||
|
||||
/* effect the changes immediately - note that we do not implement
|
||||
/* Effect the changes immediately - note that we do not implement
|
||||
* TCSADRAIN / TCSAFLUSH
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue