Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 680a2846 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

net/9p: fix spelling mistake: "suspsend" -> "suspend"



Trivial fix to spelling mistake in dev_warn message text

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 39a2d5cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}