Skip to content

Commit 680a284

Browse files
Colin Ian Kingdavem330
authored andcommitted
net/9p: fix spelling mistake: "suspsend" -> "suspend"
Trivial fix to spelling mistake in dev_warn message text Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 39a2d5c commit 680a284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/9p/trans_xen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ static int xen_9pfs_front_probe(struct xenbus_device *dev,
485485

486486
static int xen_9pfs_front_resume(struct xenbus_device *dev)
487487
{
488-
dev_warn(&dev->dev, "suspsend/resume unsupported\n");
488+
dev_warn(&dev->dev, "suspend/resume unsupported\n");
489489
return 0;
490490
}
491491

0 commit comments

Comments
 (0)