drbd: spelling fix in log message
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
parent
7648cdfe52
commit
418e0a927d
@ -1351,7 +1351,7 @@ static void after_state_ch(struct drbd_conf *mdev, union drbd_state os,
|
||||
if (ns.conn == C_CONNECTED)
|
||||
what = resend, nsm.susp_nod = 0;
|
||||
else /* ns.conn > C_CONNECTED */
|
||||
dev_err(DEV, "Unexpected Resynd going on!\n");
|
||||
dev_err(DEV, "Unexpected Resync going on!\n");
|
||||
}
|
||||
|
||||
if (os.disk == D_ATTACHING && ns.disk > D_ATTACHING)
|
||||
|
Loading…
Reference in New Issue
Block a user