Commit 7b1401cf authored by Ralf Baechle's avatar Ralf Baechle Committed by David S. Miller

NET: mkiss: Fix typo

This typo was introduced by 5793f4be on
October 14, 2005 ...
Reported-by: default avatarMatti Aarnio <matti.aarnio@zmailer.org>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bf18a9f8
...@@ -258,7 +258,7 @@ static void ax_bump(struct mkiss *ax) ...@@ -258,7 +258,7 @@ static void ax_bump(struct mkiss *ax)
} }
if (ax->crcmode != CRC_MODE_SMACK && ax->crcauto) { if (ax->crcmode != CRC_MODE_SMACK && ax->crcauto) {
printk(KERN_INFO printk(KERN_INFO
"mkiss: %s: Switchting to crc-smack\n", "mkiss: %s: Switching to crc-smack\n",
ax->dev->name); ax->dev->name);
ax->crcmode = CRC_MODE_SMACK; ax->crcmode = CRC_MODE_SMACK;
} }
...@@ -272,7 +272,7 @@ static void ax_bump(struct mkiss *ax) ...@@ -272,7 +272,7 @@ static void ax_bump(struct mkiss *ax)
} }
if (ax->crcmode != CRC_MODE_FLEX && ax->crcauto) { if (ax->crcmode != CRC_MODE_FLEX && ax->crcauto) {
printk(KERN_INFO printk(KERN_INFO
"mkiss: %s: Switchting to crc-flexnet\n", "mkiss: %s: Switching to crc-flexnet\n",
ax->dev->name); ax->dev->name);
ax->crcmode = CRC_MODE_FLEX; ax->crcmode = CRC_MODE_FLEX;
} }
......
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