[PATCH] afs: Fix comment typo

From: Jason Wang
Date: Thu Aug 11 2022 - 10:02:34 EST


The double `consider' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@xxxxxxxxxx>
---
fs/afs/rotate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/afs/rotate.c b/fs/afs/rotate.c
index a840c3588ebb..1fdb0ad8b66d 100644
--- a/fs/afs/rotate.c
+++ b/fs/afs/rotate.c
@@ -236,7 +236,7 @@ bool afs_select_fileserver(struct afs_operation *op)

case VMOVED:
/* The volume migrated to another server. We consider
- * consider all locks and callbacks broken and request
+ * all locks and callbacks broken and request
* an update from the VLDB.
*
* We also limit the number of VMOVED hops we will
--
2.36.1