gustavonihei commented on a change in pull request #3848: URL: https://github.com/apache/incubator-nuttx/pull/3848#discussion_r646936686
########## File path: drivers/syslog/Kconfig ########## @@ -273,23 +273,26 @@ menuconfig SYSLOG_FILE if SYSLOG_FILE -config SYSLOG_FILE_ROTATE - bool "Log file rotate" - default n +config SYSLOG_FILE_ROTATIONS + int "Log file rotations" + default 0 depends on SYSLOG_FILE ---help--- - If enabled, the log file size will be checked before opening. - If it is larger than the specified limit it will be "rotated", - i.e. the old file will be kept as a backup, and a new empty - file will be created. + If enabled (set to a non-zero number), the log file size will be + checked before opening. If it is larger than the specified limit + it will be "rotated", i.e. the old file will be kept as a backup, + and a new empty file will be created. + Review comment: Sorry, you may ignore this, I've just spent some minutes gathering more NuttX Kconfig samples and noticed that there are several places that add empty lines. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org