Skip to content

Commit 20a0eb1

Browse files
anjiahao1xiaoxiang781216
authored andcommitted
procfs:add missing ',' to end of line
Signed-off-by: anjiahao <[email protected]>
1 parent b4e5c74 commit 20a0eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/procfs/fs_procfsmeminfo.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ static ssize_t meminfo_read(FAR struct file *filep, FAR char *buffer,
395395
(unsigned long)progmem.fordblks,
396396
(unsigned long)progmem.mxordblk,
397397
(unsigned long)progmem.aordblks,
398-
(unsigned long)progmem.ordblks
398+
(unsigned long)progmem.ordblks,
399399
"Prog");
400400
copysize = procfs_memcpy(procfile->line, linesize, buffer, buflen,
401401
&offset);

0 commit comments

Comments
 (0)