[PATCH V2] 9p/trans_virtio: Fix typo in the comment for p9_virtio_create()

zhuxinran posted 1 patch 4 years, 6 months ago
net/9p/trans_virtio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH V2] 9p/trans_virtio: Fix typo in the comment for p9_virtio_create()
Posted by zhuxinran 4 years, 6 months ago
Fix typo in the comment for p9_virtio_create()
couldlook ==> could look

Signed-off-by: zhuxinran <zhuran@mail.ustc.edu.cn>
---
 net/9p/trans_virtio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/9p/trans_virtio.c b/net/9p/trans_virtio.c
index bd5a89c4960d..f7dc561ca516 100644
--- a/net/9p/trans_virtio.c
+++ b/net/9p/trans_virtio.c
@@ -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.
-- 
2.33.1


Re: [PATCH V2] 9p/trans_virtio: Fix typo in the comment for p9_virtio_create()
Posted by asmadeus@codewreck.org 4 years, 6 months ago
> [PATCH V2]

Next time, please try to set the in-reply-to.
for example, with your first mail, it would be something like this:

git send-email --to xx --cc yy \
   --in-reply-to 20211216030836.81989-1-zhuran@mail.ustc.edu.cn \
   0001-9p-trans_virtio-Fix...patch


zhuxinran wrote on Thu, Dec 16, 2021 at 02:14:39PM +0800:
> Fix typo in the comment for p9_virtio_create()

Both the subject line and this line are displayed in the git log so we
don't really need this either, I'll remove this line and apply.

Thanks!
-- 
Dominique