xiaoxiang781216 commented on code in PR #3731:
URL: https://github.com/apache/nuttx-apps/pull/3731#discussion_r3800587291


##########
graphics/pdcurs34/pdcurses/pdc_util.c:
##########
@@ -114,7 +114,9 @@ char *unctrl(chtype c)
 #ifdef CONFIG_PDCURSES_MULTITHREAD
   FAR struct pdc_context_s *ctx = PDC_ctx();
 #else
-  static char strbuf[3] = { 0, 0, 0 };
+  static char strbuf[3] = {

Review Comment:
   wrong format, please run ../nuttx/tools/checkpatch.sh -g HEAD~ and ensure 
only “Mixed case identifier found” left.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to