Skip to content

Commit ffa475d

Browse files
ipenas-clkawasaki
authored andcommitted
drivers/block/drbd: Fix typo 'aquire' -> 'acquire'
Fix spelling mistake. No functional change. Signed-off-by: Ignacio Pena <[email protected]>
1 parent 89d0c23 commit ffa475d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/block/drbd/drbd_req.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ static void drbd_send_and_submit(struct drbd_device *device, struct drbd_request
13261326
spin_lock_irq(&resource->req_lock);
13271327
if (rw == WRITE) {
13281328
/* This may temporarily give up the req_lock,
1329-
* but will re-aquire it before it returns here.
1329+
* but will re-acquire it before it returns here.
13301330
* Needs to be before the check on drbd_suspended() */
13311331
complete_conflicting_writes(req);
13321332
/* no more giving up req_lock from now on! */

0 commit comments

Comments
 (0)