Skip to content

Commit f947d9e

Browse files
twilfredokeithbusch
authored andcommitted
nvme/host: fixup some typos
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>
1 parent 91e1c1b commit f947d9e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

drivers/nvme/host/tcp.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525

2626
struct nvme_tcp_queue;
2727

28-
/* Define the socket priority to use for connections were it is desirable
28+
/*
29+
* Define the socket priority to use for connections where it is desirable
2930
* that the NIC consider performing optimized packet processing or filtering.
3031
* A non-zero value being sufficient to indicate general consideration of any
3132
* 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,
926927
req->curr_bio = req->curr_bio->bi_next;
927928

928929
/*
929-
* If we don`t have any bios it means that controller
930+
* If we don't have any bios it means the controller
930931
* sent more data than we requested, hence error
931932
*/
932933
if (!req->curr_bio) {

0 commit comments

Comments
 (0)