Skip to content

Commit f274566

Browse files
zhuxinranmartinetd
authored andcommitted
9p/trans_virtio: Fix typo in the comment for p9_virtio_create()
couldlook ==> could look Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: zhuxinran <[email protected]> Signed-off-by: Dominique Martinet <[email protected]>
1 parent 2585cf9 commit f274566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/9p/trans_virtio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ static int p9_virtio_probe(struct virtio_device *vdev)
648648
* @args: args passed from sys_mount() for per-transport options (unused)
649649
*
650650
* This sets up a transport channel for 9p communication. Right now
651-
* we only match the first available channel, but eventually we couldlook up
651+
* we only match the first available channel, but eventually we could look up
652652
* alternate channels by matching devname versus a virtio_config entry.
653653
* We use a simple reference count mechanism to ensure that only a single
654654
* mount has a channel open at a time.

0 commit comments

Comments
 (0)