projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89e1838
)
fix grammar in printk
author
Lars Ellenberg
<
[email protected]
>
Wed, 14 Oct 2009 07:36:49 +0000
(09:36 +0200)
committer
Philipp Reisner
<
[email protected]
>
Wed, 4 Nov 2009 14:20:59 +0000
(15:20 +0100)
Signed-off-by: Philipp Reisner <
[email protected]
>
Signed-off-by: Lars Ellenberg <
[email protected]
>
drivers/block/drbd/drbd_receiver.c
patch
|
blob
|
history
diff --git
a/drivers/block/drbd/drbd_receiver.c
b/drivers/block/drbd/drbd_receiver.c
index 360baf60f574a0b67154bfc5c1eb3afe28316719..d9312b45393f08b398bd3f869dc983d804a04789 100644
(file)
--- 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 f
ou
nd a decision\n"
+ dev_warn(DEV, "Discard younger/older primary did not f
i
nd a decision\n"
"Using discard-least-changes instead\n");
case ASB_DISCARD_ZERO_CHG:
if (ch_peer == 0 && ch_self == 0) {