This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 280fe41  fs/eventfd: Convert the indent under EVENT_FD_VFS_PATH option 
to tab
280fe41 is described below

commit 280fe4130658336145d2ea9f9119722fc6130bbc
Author: Xiang Xiao <[email protected]>
AuthorDate: Fri Feb 5 14:48:06 2021 +0800

    fs/eventfd: Convert the indent under EVENT_FD_VFS_PATH option to tab
    
    Signed-off-by: Xiang Xiao <[email protected]>
    Change-Id: I5648ca278fccb35010d6c354908b9031930bc5fa
---
 fs/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index 34d9884..02b9f76 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -68,10 +68,10 @@ config EVENT_FD
 if EVENT_FD
 
 config EVENT_FD_VFS_PATH
-    string "Path to eventfd storage"
-    default "/var/event"
-    ---help---
-        The path to where eventfd will exist in the VFS namespace.
+       string "Path to eventfd storage"
+       default "/var/event"
+       ---help---
+               The path to where eventfd will exist in the VFS namespace.
 
 config EVENT_FD_POLL
        bool "EventFD poll support"

Reply via email to