diff options
author | Lars Ellenberg <lars.ellenberg@linbit.com> | 2009-10-14 09:36:49 +0200 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2009-11-04 15:20:59 +0100 |
commit | ad19bf6e544f4d1abc22d2be130c7d5e4163146f (patch) | |
tree | cfe352297a693f7e17b4563579c9ab2862fac5ec /drivers/block | |
parent | 89e1838f5f2c2af80268a096b9a687643b0d0846 (diff) | |
download | op-kernel-dev-ad19bf6e544f4d1abc22d2be130c7d5e4163146f.zip op-kernel-dev-ad19bf6e544f4d1abc22d2be130c7d5e4163146f.tar.gz |
fix grammar in printk
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'drivers/block')
-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 360baf6..d9312b4 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) break; } /* Else fall through to one of the other strategies... */ - dev_warn(DEV, "Discard younger/older primary did not found a decision\n" + dev_warn(DEV, "Discard younger/older primary did not find a decision\n" "Using discard-least-changes instead\n"); case ASB_DISCARD_ZERO_CHG: if (ch_peer == 0 && ch_self == 0) { |