Serial: Fix wrong identifier name in comments

This commit is contained in:
Nathan Hartman 2023-02-01 16:55:05 -05:00 committed by Xiang Xiao
parent d92dc45a80
commit 78154f12ff
14 changed files with 15 additions and 15 deletions

View File

@ -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)

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;