Commit 92b4ca291f8676c9f323166a65fb7447774b2a46

Authored by Lars Ellenberg
Committed by Philipp Reisner
1 parent bc4854bc91

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;
include/linux/drbd.h
... ... @@ -53,7 +53,7 @@
53 53  
54 54  
55 55 extern const char *drbd_buildtag(void);
56   -#define REL_VERSION "8.3.11"
  56 +#define REL_VERSION "8.3.13"
57 57 #define API_VERSION 88
58 58 #define PRO_VERSION_MIN 86
59 59 #define PRO_VERSION_MAX 96