[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250727023300.82885-1-ignacio.pena87@gmail.com>
Date: Sat, 26 Jul 2025 22:33:00 -0400
From: Ignacio Peña <ignacio.pena87@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Ignacio Pena <ignacio.pena87@...il.com>
Subject: [PATCH] fs/dlm: Fix typo 'definate' -> 'definite'
Fix spelling mistake.
No functional change.
Signed-off-by: Ignacio Pena <ignacio.pena87@...il.com>
---
fs/dlm/lock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c
index 6dd3a524c..d5fa498c3 100644
--- a/fs/dlm/lock.c
+++ b/fs/dlm/lock.c
@@ -2305,7 +2305,7 @@ static int _can_be_granted(struct dlm_rsb *r, struct dlm_lkb *lkb, int now,
* 6-5: But the default algorithm for deciding whether to grant or
* queue conversion requests does not by itself guarantee that such
* requests are serviced on a "first come first serve" basis. This, in
- * turn, can lead to a phenomenon known as "indefinate postponement".
+ * turn, can lead to a phenomenon known as "indefinite postponement".
*
* 6-7: This issue is dealt with by using the optional QUECVT flag with
* the system service employed to request a lock conversion. This flag
--
2.50.1
Powered by blists - more mailing lists