diff options
author | Lars Ellenberg <lars.ellenberg@linbit.com> | 2009-10-14 03:36:49 -0400 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2009-11-04 09:20:59 -0500 |
commit | ad19bf6e544f4d1abc22d2be130c7d5e4163146f (patch) | |
tree | cfe352297a693f7e17b4563579c9ab2862fac5ec | |
parent | 89e1838f5f2c2af80268a096b9a687643b0d0846 (diff) |
fix grammar in printk
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
-rw-r--r-- | drivers/block/drbd/drbd_receiver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_receiver.c b/drivers/block/drbd/drbd_receiver.c index 360baf60f574..d9312b45393f 100644 --- a/drivers/block/drbd/drbd_receiver.c +++ b/drivers/block/drbd/drbd_receiver.c | |||
@@ -2099,7 +2099,7 @@ static int drbd_asb_recover_0p(struct drbd_conf *mdev) __must_hold(local) | |||
2099 | break; | 2099 | break; |
2100 | } | 2100 | } |
2101 | /* Else fall through to one of the other strategies... */ | 2101 | /* Else fall through to one of the other strategies... */ |
2102 | dev_warn(DEV, "Discard younger/older primary did not found a decision\n" | 2102 | dev_warn(DEV, "Discard younger/older primary did not find a decision\n" |
2103 | "Using discard-least-changes instead\n"); | 2103 | "Using discard-least-changes instead\n"); |
2104 | case ASB_DISCARD_ZERO_CHG: | 2104 | case ASB_DISCARD_ZERO_CHG: |
2105 | if (ch_peer == 0 && ch_self == 0) { | 2105 | if (ch_peer == 0 && ch_self == 0) { |