net/9p: fix spelling mistake: "suspsend" -> "suspend"
authorColin Ian King <colin.king@canonical.com>
Wed, 9 May 2018 09:48:33 +0000 (10:48 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 May 2018 19:23:50 +0000 (15:23 -0400)
Trivial fix to spelling mistake in dev_warn message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/9p/trans_xen.c

index 086a4ab..0f19960 100644 (file)
@@ -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;
 }