diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-05-09 05:48:33 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-10 15:23:50 -0400 |
commit | 680a284635808594b8ac34939a7513dd4320e907 (patch) | |
tree | a9035221ef572d474df927b5f48b0a1ce4ae8425 /net/9p | |
parent | 39a2d5cbaa8ce03bdd8eb9d3891d7a1b3f5fff96 (diff) |
net/9p: fix spelling mistake: "suspsend" -> "suspend"
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>
Diffstat (limited to 'net/9p')
-rw-r--r-- | net/9p/trans_xen.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
485 | 485 | ||
486 | static int xen_9pfs_front_resume(struct xenbus_device *dev) | 486 | static int xen_9pfs_front_resume(struct xenbus_device *dev) |
487 | { | 487 | { |
488 | dev_warn(&dev->dev, "suspsend/resume unsupported\n"); | 488 | dev_warn(&dev->dev, "suspend/resume unsupported\n"); |
489 | return 0; | 489 | return 0; |
490 | } | 490 | } |
491 | 491 | ||