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


##########
nshlib/nsh_proccmds.c:
##########
@@ -348,7 +348,7 @@ static int ps_callback(FAR struct nsh_vtbl_s *vtbl, FAR 
const char *dirpath,
   nsh_output(vtbl, "%3s ", status.td_cpu);
 #endif
 
-  nsh_output(vtbl, "%3s %-8s %-7s %3s %-8s %-9s ",
+  nsh_output(vtbl, "%3s %-8s %-7s %3s %-8s %-15s ",

Review Comment:
   do we still need this patch after we reduce the output length 
[https://github.com/apache/nuttx/pull/8556](https://github.com/apache/nuttx/pull/8556/files)



##########
nshlib/nsh_proccmds.c:
##########
@@ -348,7 +348,7 @@ static int ps_callback(FAR struct nsh_vtbl_s *vtbl, FAR 
const char *dirpath,
   nsh_output(vtbl, "%3s ", status.td_cpu);
 #endif
 
-  nsh_output(vtbl, "%3s %-8s %-7s %3s %-8s %-9s ",
+  nsh_output(vtbl, "%3s %-8s %-7s %3s %-8s %-15s ",

Review Comment:
   do we still need this patch after we reduce the output length 
[https://github.com/apache/nuttx/pull/8556](https://github.com/apache/nuttx/pull/8556/files).



-- 
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