[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250930033154.1083-1-chuguangqing@inspur.com>
Date: Tue, 30 Sep 2025 11:31:54 +0800
From: Chu Guangqing <chuguangqing@...pur.com>
To: <miklos@...redi.hu>
CC: <linux-fsdevel@...r.kernel.org>, <linux-kernel@...r.kernel.org>, Chu
Guangqing <chuguangqing@...pur.com>
Subject: [PATCH 1/1] fs/dax: fix typo in dax.c
The comment incorrectly used "percetage" instead of "percentage".
Signed-off-by: Chu Guangqing <chuguangqing@...pur.com>
---
fs/fuse/dax.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/fuse/dax.c b/fs/fuse/dax.c
index ac6d4c1064cc..8f6a8bc1bc82 100644
--- a/fs/fuse/dax.c
+++ b/fs/fuse/dax.c
@@ -25,7 +25,7 @@
#define FUSE_DAX_RECLAIM_CHUNK (10)
/*
- * Dax memory reclaim threshold in percetage of total ranges. When free
+ * Dax memory reclaim threshold in percentage of total ranges. When free
* number of free ranges drops below this threshold, reclaim can trigger
* Default is 20%
*/
--
2.47.3
Powered by blists - more mailing lists