procfs:add missing ',' to end of line
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
parent
3e889039c4
commit
22b12e17a6
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ static ssize_t meminfo_read(FAR struct file *filep, FAR char *buffer,
|
|||
(unsigned long)progmem.fordblks,
|
||||
(unsigned long)progmem.mxordblk,
|
||||
(unsigned long)progmem.aordblks,
|
||||
(unsigned long)progmem.ordblks
|
||||
(unsigned long)progmem.ordblks,
|
||||
"Prog");
|
||||
copysize = procfs_memcpy(procfile->line, linesize, buffer, buflen,
|
||||
&offset);
|
||||
|
|
Loading…
Reference in a new issue