gpfly opened a new issue, #15189:
URL: https://github.com/apache/nuttx/issues/15189

   ### Description / Steps to reproduce the issue
   
   nuttx/fs/procfs/fs_procfsmeminfo.c:398  missing ','
   ```
        linesize   = procfs_snprintf(procfile->line, MEMINFO_LINELEN,
                                      "%11lu%11lu%11lu%11lu%7lu%7lu %s\n",
                                      (unsigned long)progmem.arena,
                                      (unsigned long)progmem.uordblks,
                                      (unsigned long)progmem.fordblks,
                                      (unsigned long)progmem.mxordblk,
                                      (unsigned long)progmem.aordblks,
                                      (unsigned long)progmem.ordblks
                                      "Prog"); 
   ```
   
   ### On which OS does this issue occur?
   
   [OS: BSD], [OS: Linux], [OS: Mac], [OS: Windows]
   
   ### What is the version of your OS?
   
   win10
   
   ### NuttX Version
   
   master
   
   ### Issue Architecture
   
   [Arch: all]
   
   ### Issue Area
   
   [Area: File System]
   
   ### Verification
   
   - [X] I have verified before submitting the report.


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