mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
fix grammar in printk
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
parent
89e1838f5f
commit
ad19bf6e54
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue