Skip to content

Commit 73c032d

Browse files
anchaoxiaoxiang781216
authored andcommitted
tools/nxstyle: add phy62xx/uart.c into style white list
To skip the style issue: arch/arm/src/phy62xx/uart.c:59:15: error: Mixed case identifier found arch/arm/src/phy62xx/uart.c:64:2: error: Mixed case identifier found arch/arm/src/phy62xx/uart.c:65:2: error: Mixed case identifier found arch/arm/src/phy62xx/uart.c:70:2: error: Mixed case identifier found arch/arm/src/phy62xx/uart.c:71:2: error: Mixed case identifier found arch/arm/src/phy62xx/uart.c:75:2: error: Mixed case identifier found arch/arm/src/phy62xx/uart.c:77:7: error: Mixed case identifier found Signed-off-by: chao an <[email protected]>
1 parent c6591c0 commit 73c032d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/nxstyle.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,12 @@ static const char *g_white_files[] =
642642

643643
"arm-acle-compat.h",
644644
"arm_asm.h",
645+
646+
/* Skip Mixed case
647+
* arch/arm/src/phy62xx/uart.c:1229:13: error: Mixed case identifier found
648+
*/
649+
650+
"phy62xx/uart.c",
645651
NULL
646652
};
647653

0 commit comments

Comments
 (0)