]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
nvme/host: fixup some typos
authorWilfred Mallawa <wilfred.mallawa@wdc.com>
Sun, 11 Jan 2026 23:39:03 +0000 (09:39 +1000)
committerKeith Busch <kbusch@kernel.org>
Tue, 13 Jan 2026 21:44:52 +0000 (13:44 -0800)
Fix up some minor typos in the nvme host driver and a comment
style to conform to the standard kernel style.

Signed-off-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/tcp.c

index 69cb04406b471ab48909c3ac7da2f264402a5c10..74cbbf48a981eaa1ef440522e885cea2ec957092 100644 (file)
@@ -25,7 +25,8 @@
 
 struct nvme_tcp_queue;
 
-/* Define the socket priority to use for connections were it is desirable
+/*
+ * Define the socket priority to use for connections where it is desirable
  * that the NIC consider performing optimized packet processing or filtering.
  * A non-zero value being sufficient to indicate general consideration of any
  * possible optimization.  Making it a module param allows for alternative
@@ -926,7 +927,7 @@ static int nvme_tcp_recv_data(struct nvme_tcp_queue *queue, struct sk_buff *skb,
                        req->curr_bio = req->curr_bio->bi_next;
 
                        /*
-                        * If we don`t have any bios it means that controller
+                        * If we don't have any bios it means the controller
                         * sent more data than we requested, hence error
                         */
                        if (!req->curr_bio) {