]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
drbd: grammar fix in log message
authorLars Ellenberg <lars.ellenberg@linbit.com>
Mon, 30 Apr 2012 10:53:52 +0000 (12:53 +0200)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Thu, 10 May 2012 10:00:56 +0000 (12:00 +0200)
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_receiver.c
include/linux/drbd.h

index 247a79aec895663e6f62b8d790acf8bc0b64915e..1d088c4781508089f1561c39ae0f3b3e2dc0de92 100644 (file)
@@ -2455,7 +2455,7 @@ static int drbd_uuid_compare(struct drbd_conf *mdev, int *rule_nr) __must_hold(l
                        mdev->p_uuid[UI_BITMAP] = mdev->p_uuid[UI_HISTORY_START];
                        mdev->p_uuid[UI_HISTORY_START] = mdev->p_uuid[UI_HISTORY_START + 1];
 
-                       dev_info(DEV, "Did not got last syncUUID packet, corrected:\n");
+                       dev_info(DEV, "Lost last syncUUID packet, corrected:\n");
                        drbd_uuid_dump(mdev, "peer", mdev->p_uuid, mdev->p_uuid[UI_SIZE], mdev->p_uuid[UI_FLAGS]);
 
                        return -1;
index cb8728b2843270570fae1f20e1a963f8493b58b4..47e3d48505843064b02fe9e7e167a1a591f5b83f 100644 (file)
@@ -53,7 +53,7 @@
 
 
 extern const char *drbd_buildtag(void);
-#define REL_VERSION "8.3.11"
+#define REL_VERSION "8.3.13"
 #define API_VERSION 88
 #define PRO_VERSION_MIN 86
 #define PRO_VERSION_MAX 96