summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-27 11:18:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-27 11:18:28 -0600
commit533db149bce64a16d27b02d2db1a8474bf3dac6f (patch)
tree023600c513325cf2551b371bfe575d0034193f3c /nuttx/ChangeLog
parent7267d55e379aca0ac0f0ba270c1f5e01476bdc4e (diff)
downloadnuttx-533db149bce64a16d27b02d2db1a8474bf3dac6f.tar.gz
nuttx-533db149bce64a16d27b02d2db1a8474bf3dac6f.tar.bz2
nuttx-533db149bce64a16d27b02d2db1a8474bf3dac6f.zip
procfs: Remove newline from the end of the cpuload and loadavg outputs so that the returned percentages can be printed on the same line as other data.
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3dc953339..400173b4e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6677,3 +6677,6 @@
time constant related delay elapsed. The total count is now always
guaranteed to add up to 100% (excepting only truncation errors)
(2014-2-27).
+ * fs/procfs/fs_procfscpuload.c and fs_procfsproc.c: Remove the newline
+ at the end of the percentage so that the returned strings can be
+ printed on the same line as other values (2014-2-27).