Serial: Fix wrong identifier name in comments
This commit is contained in:
parent
d92dc45a80
commit
78154f12ff
@ -836,7 +836,7 @@ static int efm32_ioctl(struct file *filep, int cmd, unsigned long arg)
|
||||
|
||||
termiosp->c_cflag = CS8;
|
||||
|
||||
/* TODO: PARENB, PARODD, CSTOPB, CCTS_IFLOW, CCTS_OFLOW */
|
||||
/* TODO: PARENB, PARODD, CSTOPB, CRTS_IFLOW, CCTS_OFLOW */
|
||||
|
||||
cfsetispeed(termiosp, priv->config->baud);
|
||||
}
|
||||
@ -867,7 +867,7 @@ static int efm32_ioctl(struct file *filep, int cmd, unsigned long arg)
|
||||
break;
|
||||
}
|
||||
|
||||
/* TODO : PARENB, PARODD, CSTOPB, CCTS_OFLOW, CCTS_IFLOW */
|
||||
/* TODO : PARENB, PARODD, CSTOPB, CCTS_OFLOW, CRTS_IFLOW */
|
||||
|
||||
#if 0
|
||||
if (termiosp->c_cflag & PARENB)
|
||||
|
@ -1840,7 +1840,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
|
||||
|
||||
cfsetispeed(termiosp, priv->baud);
|
||||
|
||||
/* TODO: CCTS_IFLOW, CCTS_OFLOW */
|
||||
/* TODO: CRTS_IFLOW, CCTS_OFLOW */
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -1204,7 +1204,7 @@ static int kinetis_ioctl(struct file *filep, int cmd, unsigned long arg)
|
||||
|
||||
cfsetispeed(termiosp, priv->baud);
|
||||
|
||||
/* TODO: CCTS_IFLOW, CCTS_OFLOW */
|
||||
/* TODO: CRTS_IFLOW, CCTS_OFLOW */
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -1361,7 +1361,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
|
||||
|
||||
cfsetispeed(termiosp, priv->baud);
|
||||
|
||||
/* TODO: CCTS_IFLOW, CCTS_OFLOW */
|
||||
/* TODO: CRTS_IFLOW, CCTS_OFLOW */
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -2327,7 +2327,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
|
||||
|
||||
cfsetispeed(termiosp, priv->baud);
|
||||
|
||||
/* TODO: CCTS_IFLOW, CCTS_OFLOW */
|
||||
/* TODO: CRTS_IFLOW, CCTS_OFLOW */
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -1670,7 +1670,7 @@ static int stm32serial_ioctl(struct file *filep, int cmd,
|
||||
#endif
|
||||
CS8;
|
||||
|
||||
/* TODO: CCTS_IFLOW, CCTS_OFLOW */
|
||||
/* TODO: CRTS_IFLOW, CCTS_OFLOW */
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -1315,7 +1315,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
|
||||
#endif
|
||||
CS8;
|
||||
|
||||
/* TODO: CCTS_IFLOW, CCTS_OFLOW */
|
||||
/* TODO: CRTS_IFLOW, CCTS_OFLOW */
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -2586,7 +2586,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
|
||||
|
||||
cfsetispeed(termiosp, priv->baud);
|
||||
|
||||
/* TODO: CCTS_IFLOW, CCTS_OFLOW */
|
||||
/* TODO: CRTS_IFLOW, CCTS_OFLOW */
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -2782,7 +2782,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
|
||||
|
||||
cfsetispeed(termiosp, priv->baud);
|
||||
|
||||
/* TODO: CCTS_IFLOW, CCTS_OFLOW */
|
||||
/* TODO: CRTS_IFLOW, CCTS_OFLOW */
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -2152,7 +2152,7 @@ static int stm32l4serial_ioctl(struct file *filep, int cmd,
|
||||
|
||||
cfsetispeed(termiosp, priv->baud);
|
||||
|
||||
/* TODO: CCTS_IFLOW, CCTS_OFLOW */
|
||||
/* TODO: CRTS_IFLOW, CCTS_OFLOW */
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -2092,7 +2092,7 @@ static int stm32l5serial_ioctl(struct file *filep, int cmd,
|
||||
#endif
|
||||
CS8;
|
||||
|
||||
/* TODO: CCTS_IFLOW, CCTS_OFLOW */
|
||||
/* TODO: CRTS_IFLOW, CCTS_OFLOW */
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -2092,7 +2092,7 @@ static int stm32serial_ioctl(struct file *filep, int cmd,
|
||||
#endif
|
||||
CS8;
|
||||
|
||||
/* TODO: CCTS_IFLOW, CCTS_OFLOW */
|
||||
/* TODO: CRTS_IFLOW, CCTS_OFLOW */
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -1773,7 +1773,7 @@ static int stm32wb_serial_ioctl(struct file *filep, int cmd,
|
||||
|
||||
cfsetispeed(termiosp, priv->baud);
|
||||
|
||||
/* TODO: CCTS_IFLOW, CCTS_OFLOW */
|
||||
/* TODO: CRTS_IFLOW, CCTS_OFLOW */
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -1847,7 +1847,7 @@ static int stm32wl5serial_ioctl(struct file *filep, int cmd,
|
||||
#endif
|
||||
CS8;
|
||||
|
||||
/* TODO: CCTS_IFLOW, CCTS_OFLOW */
|
||||
/* TODO: CRTS_IFLOW, CCTS_OFLOW */
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user