* [PATCH] drivers/block/drbd: Fix typo 'aquire' -> 'acquire'
@ 2025-07-25 4:14 Ignacio Peña
0 siblings, 0 replies; only message in thread
From: Ignacio Peña @ 2025-07-25 4:14 UTC (permalink / raw)
To: Jens Axboe; +Cc: linux-block, linux-kernel, Ignacio Pena
Fix spelling mistake.
No functional change.
Signed-off-by: Ignacio Pena <ignacio.pena87@gmail.com>
---
drivers/block/drbd/drbd_req.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/block/drbd/drbd_req.c b/drivers/block/drbd/drbd_req.c
index d15826f6e..4012d668a 100644
--- a/drivers/block/drbd/drbd_req.c
+++ b/drivers/block/drbd/drbd_req.c
@@ -1326,7 +1326,7 @@ static void drbd_send_and_submit(struct drbd_device *device, struct drbd_request
spin_lock_irq(&resource->req_lock);
if (rw == WRITE) {
/* This may temporarily give up the req_lock,
- * but will re-aquire it before it returns here.
+ * but will re-acquire it before it returns here.
* Needs to be before the check on drbd_suspended() */
complete_conflicting_writes(req);
/* no more giving up req_lock from now on! */
--
2.50.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-25 4:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25 4:14 [PATCH] drivers/block/drbd: Fix typo 'aquire' -> 'acquire' Ignacio Peña
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).