Skip to content

Commit

Permalink
tools/nxstyle: add phy62xx/uart.c into style white list
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
anchao authored and xiaoxiang781216 committed Oct 26, 2024
1 parent c6591c0 commit 73c032d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/nxstyle.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,12 @@ static const char *g_white_files[] =

"arm-acle-compat.h",
"arm_asm.h",

/* Skip Mixed case
* arch/arm/src/phy62xx/uart.c:1229:13: error: Mixed case identifier found
*/

"phy62xx/uart.c",
NULL
};

Expand Down

0 comments on commit 73c032d

Please sign in to comment.