From: Colin Ian King Date: Wed, 9 May 2018 09:48:33 +0000 (+0100) Subject: net/9p: fix spelling mistake: "suspsend" -> "suspend" X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=680a284635808594b8ac34939a7513dd4320e907;p=openwrt%2Fstaging%2Fblogic.git net/9p: fix spelling mistake: "suspsend" -> "suspend" Trivial fix to spelling mistake in dev_warn message text Signed-off-by: Colin Ian King Signed-off-by: David S. Miller --- diff --git a/net/9p/trans_xen.c b/net/9p/trans_xen.c index 086a4abdfa7c..0f19960390a6 100644 --- a/net/9p/trans_xen.c +++ b/net/9p/trans_xen.c @@ -485,7 +485,7 @@ static int xen_9pfs_front_probe(struct xenbus_device *dev, static int xen_9pfs_front_resume(struct xenbus_device *dev) { - dev_warn(&dev->dev, "suspsend/resume unsupported\n"); + dev_warn(&dev->dev, "suspend/resume unsupported\n"); return 0; }