Commit 92b4ca291f8676c9f323166a65fb7447774b2a46
Committed by
Philipp Reisner
1 parent
bc4854bc91
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
drbd: grammar fix in log message
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff
drivers/block/drbd/drbd_receiver.c
... | ... | @@ -2455,7 +2455,7 @@ |
2455 | 2455 | mdev->p_uuid[UI_BITMAP] = mdev->p_uuid[UI_HISTORY_START]; |
2456 | 2456 | mdev->p_uuid[UI_HISTORY_START] = mdev->p_uuid[UI_HISTORY_START + 1]; |
2457 | 2457 | |
2458 | - dev_info(DEV, "Did not got last syncUUID packet, corrected:\n"); | |
2458 | + dev_info(DEV, "Lost last syncUUID packet, corrected:\n"); | |
2459 | 2459 | drbd_uuid_dump(mdev, "peer", mdev->p_uuid, mdev->p_uuid[UI_SIZE], mdev->p_uuid[UI_FLAGS]); |
2460 | 2460 | |
2461 | 2461 | return -1; |