summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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).