Commit 418e0a92 authored by Lars Ellenberg's avatar Lars Ellenberg Committed by Philipp Reisner

drbd: spelling fix in log message

Signed-off-by: default avatarPhilipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: default avatarLars Ellenberg <lars.ellenberg@linbit.com>
parent 7648cdfe
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment