mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
usb: Remove some double words in source code comments
- s/for for/for/ MFC after: 3 days
This commit is contained in:
parent
efd0fdfe28
commit
74c6ca6fbf
1 changed files with 4 additions and 4 deletions
|
|
@ -45,7 +45,7 @@
|
|||
* All these registers are documented only in full datasheet,
|
||||
* which can be requested from MosChip tech support.
|
||||
*/
|
||||
#define MCS7840_DEV_REG_SP1 0x00 /* Options for for UART 1, R/W */
|
||||
#define MCS7840_DEV_REG_SP1 0x00 /* Options for UART 1, R/W */
|
||||
#define MCS7840_DEV_REG_CONTROL1 0x01 /* Control bits for UART 1,
|
||||
* R/W */
|
||||
#define MCS7840_DEV_REG_PINPONGHIGH 0x02 /* High bits of ping-pong
|
||||
|
|
@ -56,13 +56,13 @@
|
|||
#define MCS7840_DEV_REG_GPIO 0x07 /* GPIO_0 and GPIO_1 bits,
|
||||
* undocumented, see notes
|
||||
* below R/W */
|
||||
#define MCS7840_DEV_REG_SP2 0x08 /* Options for for UART 2, R/W */
|
||||
#define MCS7840_DEV_REG_SP2 0x08 /* Options for UART 2, R/W */
|
||||
#define MCS7840_DEV_REG_CONTROL2 0x09 /* Control bits for UART 2,
|
||||
* R/W */
|
||||
#define MCS7840_DEV_REG_SP3 0x0a /* Options for for UART 3, R/W */
|
||||
#define MCS7840_DEV_REG_SP3 0x0a /* Options for UART 3, R/W */
|
||||
#define MCS7840_DEV_REG_CONTROL3 0x0b /* Control bits for UART 3,
|
||||
* R/W */
|
||||
#define MCS7840_DEV_REG_SP4 0x0c /* Options for for UART 4, R/W */
|
||||
#define MCS7840_DEV_REG_SP4 0x0c /* Options for UART 4, R/W */
|
||||
#define MCS7840_DEV_REG_CONTROL4 0x0d /* Control bits for UART 4,
|
||||
* R/W */
|
||||
#define MCS7840_DEV_REG_PLL_DIV_M 0x0e /* Pre-diviedr for PLL, R/W */
|
||||
|
|
|
|||
Loading…
Reference in a new issue