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
+2 -2
View File
@@ -836,7 +836,7 @@ static int efm32_ioctl(struct file *filep, int cmd, unsigned long arg)
termiosp->c_cflag = CS8; 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); cfsetispeed(termiosp, priv->config->baud);
} }
@@ -867,7 +867,7 @@ static int efm32_ioctl(struct file *filep, int cmd, unsigned long arg)
break; break;
} }
/* TODO : PARENB, PARODD, CSTOPB, CCTS_OFLOW, CCTS_IFLOW */ /* TODO : PARENB, PARODD, CSTOPB, CCTS_OFLOW, CRTS_IFLOW */
#if 0 #if 0
if (termiosp->c_cflag & PARENB) if (termiosp->c_cflag & PARENB)
+1 -1
View File
@@ -1840,7 +1840,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
cfsetispeed(termiosp, priv->baud); cfsetispeed(termiosp, priv->baud);
/* TODO: CCTS_IFLOW, CCTS_OFLOW */ /* TODO: CRTS_IFLOW, CCTS_OFLOW */
} }
break; break;
+1 -1
View File
@@ -1204,7 +1204,7 @@ static int kinetis_ioctl(struct file *filep, int cmd, unsigned long arg)
cfsetispeed(termiosp, priv->baud); cfsetispeed(termiosp, priv->baud);
/* TODO: CCTS_IFLOW, CCTS_OFLOW */ /* TODO: CRTS_IFLOW, CCTS_OFLOW */
} }
break; break;
+1 -1
View File
@@ -1361,7 +1361,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
cfsetispeed(termiosp, priv->baud); cfsetispeed(termiosp, priv->baud);
/* TODO: CCTS_IFLOW, CCTS_OFLOW */ /* TODO: CRTS_IFLOW, CCTS_OFLOW */
} }
break; break;
+1 -1
View File
@@ -2327,7 +2327,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
cfsetispeed(termiosp, priv->baud); cfsetispeed(termiosp, priv->baud);
/* TODO: CCTS_IFLOW, CCTS_OFLOW */ /* TODO: CRTS_IFLOW, CCTS_OFLOW */
} }
break; break;
+1 -1
View File
@@ -1670,7 +1670,7 @@ static int stm32serial_ioctl(struct file *filep, int cmd,
#endif #endif
CS8; CS8;
/* TODO: CCTS_IFLOW, CCTS_OFLOW */ /* TODO: CRTS_IFLOW, CCTS_OFLOW */
} }
break; break;
+1 -1
View File
@@ -1315,7 +1315,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
#endif #endif
CS8; CS8;
/* TODO: CCTS_IFLOW, CCTS_OFLOW */ /* TODO: CRTS_IFLOW, CCTS_OFLOW */
} }
break; break;
+1 -1
View File
@@ -2586,7 +2586,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
cfsetispeed(termiosp, priv->baud); cfsetispeed(termiosp, priv->baud);
/* TODO: CCTS_IFLOW, CCTS_OFLOW */ /* TODO: CRTS_IFLOW, CCTS_OFLOW */
} }
break; break;
+1 -1
View File
@@ -2782,7 +2782,7 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg)
cfsetispeed(termiosp, priv->baud); cfsetispeed(termiosp, priv->baud);
/* TODO: CCTS_IFLOW, CCTS_OFLOW */ /* TODO: CRTS_IFLOW, CCTS_OFLOW */
} }
break; break;
+1 -1
View File
@@ -2152,7 +2152,7 @@ static int stm32l4serial_ioctl(struct file *filep, int cmd,
cfsetispeed(termiosp, priv->baud); cfsetispeed(termiosp, priv->baud);
/* TODO: CCTS_IFLOW, CCTS_OFLOW */ /* TODO: CRTS_IFLOW, CCTS_OFLOW */
} }
break; break;
+1 -1
View File
@@ -2092,7 +2092,7 @@ static int stm32l5serial_ioctl(struct file *filep, int cmd,
#endif #endif
CS8; CS8;
/* TODO: CCTS_IFLOW, CCTS_OFLOW */ /* TODO: CRTS_IFLOW, CCTS_OFLOW */
} }
break; break;
+1 -1
View File
@@ -2092,7 +2092,7 @@ static int stm32serial_ioctl(struct file *filep, int cmd,
#endif #endif
CS8; CS8;
/* TODO: CCTS_IFLOW, CCTS_OFLOW */ /* TODO: CRTS_IFLOW, CCTS_OFLOW */
} }
break; break;
+1 -1
View File
@@ -1773,7 +1773,7 @@ static int stm32wb_serial_ioctl(struct file *filep, int cmd,
cfsetispeed(termiosp, priv->baud); cfsetispeed(termiosp, priv->baud);
/* TODO: CCTS_IFLOW, CCTS_OFLOW */ /* TODO: CRTS_IFLOW, CCTS_OFLOW */
} }
break; break;
+1 -1
View File
@@ -1847,7 +1847,7 @@ static int stm32wl5serial_ioctl(struct file *filep, int cmd,
#endif #endif
CS8; CS8;
/* TODO: CCTS_IFLOW, CCTS_OFLOW */ /* TODO: CRTS_IFLOW, CCTS_OFLOW */
} }
break; break;