mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
Serial: Fix wrong identifier name in comments
This commit is contained in:
committed by
Xiang Xiao
parent
d92dc45a80
commit
78154f12ff
@@ -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)
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user