Skip to content

Commit

Permalink
procfs:add missing ',' to end of line
Browse files Browse the repository at this point in the history
Signed-off-by: anjiahao <[email protected]>
  • Loading branch information
anjiahao1 authored and xiaoxiang781216 committed Dec 19, 2024
1 parent b4e5c74 commit 20a0eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/procfs/fs_procfsmeminfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 20a0eb1

Please sign in to comment.