mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue