Skip to content

Commit 09194ed

Browse files
committed
imxrt/serial: Fixes to formatting
Fix formatting blank lines and closing comment spaces. Signed-off-by: dirksavage88 <[email protected]>
1 parent fcdd63f commit 09194ed

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

arch/arm/src/imxrt/imxrt_serial.c

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,7 @@
361361
# define SERIAL_HAVE_CONSOLE_DMA
362362
#endif
363363

364-
365-
/* Pick ttys0 or ttys1. This could be any of UART1-12.*/
364+
/* Pick ttys0 or ttys1. This could be any of UART1-12. */
366365

367366
#if defined(CONFIG_IMXRT_LPUART1) && !defined(LPUART1_ASSIGNED)
368367
# if defined(CONSOLE_DEV)
@@ -462,7 +461,7 @@
462461
# endif
463462
#endif
464463

465-
/* Pick ttys1/ttys2. This could be one of UART2-12.*/
464+
/* Pick ttys1/ttys2. This could be one of UART2-12. */
466465

467466
#if defined(CONFIG_IMXRT_LPUART2) && !defined(LPUART2_ASSIGNED)
468467
# if defined(CONSOLE_DEV)
@@ -554,7 +553,7 @@
554553
# endif
555554
#endif
556555

557-
/* Pick ttys2/ttys3. This could be one of UART3-12.*/
556+
/* Pick ttys2/ttys3. This could be one of UART3-12. */
558557

559558
#if defined(CONFIG_IMXRT_LPUART3) && !defined(LPUART3_ASSIGNED)
560559
# if defined(CONSOLE_DEV)
@@ -638,7 +637,7 @@
638637
# endif
639638
#endif
640639

641-
/* Pick ttys3/ttys4. This could be one of UART4-8.*/
640+
/* Pick ttys3/ttys4. This could be one of UART4-8. */
642641

643642
#if defined(CONFIG_IMXRT_LPUART4) && !defined(LPUART4_ASSIGNED)
644643
# if defined(CONSOLE_DEV)
@@ -714,7 +713,7 @@
714713
# endif
715714
#endif
716715

717-
/* Pick ttys4/ttys5. This could be one of UART5-12.*/
716+
/* Pick ttys4/ttys5. This could be one of UART5-12. */
718717

719718
#if defined(CONFIG_IMXRT_LPUART5) && !defined(LPUART5_ASSIGNED)
720719
# if defined(CONSOLE_DEV)
@@ -782,7 +781,7 @@
782781
# endif
783782
#endif
784783

785-
/* Pick ttys5/ttys6. This could be one of UART6-12.*/
784+
/* Pick ttys5/ttys6. This could be one of UART6-12. */
786785

787786
#if defined(CONFIG_IMXRT_LPUART6) && !defined(LPUART6_ASSIGNED)
788787
# if defined(CONSOLE_DEV)
@@ -842,7 +841,7 @@
842841
# endif
843842
#endif
844843

845-
/* Pick ttys6/ttys7. This could be one of UART7-12.*/
844+
/* Pick ttys6/ttys7. This could be one of UART7-12. */
846845

847846
#if defined(CONFIG_IMXRT_LPUART7) && !defined(LPUART7_ASSIGNED)
848847
# if defined(CONSOLE_DEV)
@@ -894,7 +893,7 @@
894893
# endif
895894
#endif
896895

897-
/* Pick ttys7/ttys8. This could be one of UART8-12.*/
896+
/* Pick ttys7/ttys8. This could be one of UART8-12. */
898897

899898
#if defined(CONFIG_IMXRT_LPUART8) && !defined(LPUART8_ASSIGNED)
900899
# if defined(CONSOLE_DEV)
@@ -938,7 +937,7 @@
938937
# endif
939938
#endif
940939

941-
/* Pick ttys8/ttys9. This could be one of UART9-12.*/
940+
/* Pick ttys8/ttys9. This could be one of UART9-12. */
942941

943942
#if defined(CONFIG_IMXRT_LPUART9) && !defined(LPUART9_ASSIGNED)
944943
# if defined(CONSOLE_DEV)
@@ -974,7 +973,7 @@
974973
# endif
975974
#endif
976975

977-
/* Pick ttys9/ttys10. This could be one of UART10-12.*/
976+
/* Pick ttys9/ttys10. This could be one of UART10-12. */
978977

979978
#if defined(CONFIG_IMXRT_LPUART10) && !defined(LPUART10_ASSIGNED)
980979
# if defined(CONSOLE_DEV)
@@ -1002,7 +1001,7 @@
10021001
# endif
10031002
#endif
10041003

1005-
/* Pick ttys10/ttys11. This could be one of UART11-12.*/
1004+
/* Pick ttys10/ttys11. This could be one of UART11-12. */
10061005

10071006
#if defined(CONFIG_IMXRT_LPUART11) && !defined(LPUART11_ASSIGNED)
10081007
# if defined(CONSOLE_DEV)

0 commit comments

Comments
 (0)