Commit f2745669 authored by zhuxinran's avatar zhuxinran Committed by Dominique Martinet

9p/trans_virtio: Fix typo in the comment for p9_virtio_create()

couldlook ==> could look

Link: https://lkml.kernel.org/r/20211216061439.4186-1-zhuran@mail.ustc.edu.cnSigned-off-by: default avatarzhuxinran <zhuran@mail.ustc.edu.cn>
Signed-off-by: default avatarDominique Martinet <asmadeus@codewreck.org>
parent 2585cf9d
......@@ -648,7 +648,7 @@ static int p9_virtio_probe(struct virtio_device *vdev)
* @args: args passed from sys_mount() for per-transport options (unused)
*
* This sets up a transport channel for 9p communication. Right now
* we only match the first available channel, but eventually we couldlook up
* we only match the first available channel, but eventually we could look up
* alternate channels by matching devname versus a virtio_config entry.
* We use a simple reference count mechanism to ensure that only a single
* mount has a channel open at a time.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment