From 280fe4130658336145d2ea9f9119722fc6130bbc Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Fri, 5 Feb 2021 14:48:06 +0800 Subject: [PATCH] fs/eventfd: Convert the indent under EVENT_FD_VFS_PATH option to tab Signed-off-by: Xiang Xiao Change-Id: I5648ca278fccb35010d6c354908b9031930bc5fa --- fs/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/Kconfig b/fs/Kconfig index 34d9884689..02b9f76945 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"