linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nvme-fc: Few trivial spelling fixes
@ 2021-03-20 20:30 Bhaskar Chowdhury
  2021-03-20 22:37 ` Randy Dunlap
  2021-03-22 18:36 ` Chaitanya Kulkarni
  0 siblings, 2 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-20 20:30 UTC (permalink / raw)
  To: james.smart, linux-nvme, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/boundarys/boundaries/ ..... two different places
s/assocated/associated/
s/compeletion/completion/
s/tranferred/transferred/
s/subsytem/subsystem/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 include/linux/nvme-fc-driver.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/linux/nvme-fc-driver.h b/include/linux/nvme-fc-driver.h
index 2a38f2b477a5..8624b0c6aace 100644
--- a/include/linux/nvme-fc-driver.h
+++ b/include/linux/nvme-fc-driver.h
@@ -441,7 +441,7 @@ struct nvme_fc_remote_port {
  * @dma_boundary:  indicates the dma address boundary where dma mappings
  *       will be split across.
  *       Value is Mandatory. Typical value is 0xFFFFFFFF to split across
- *       4Gig address boundarys
+ *       4Gig address boundaries
  *
  * @local_priv_sz: The LLDD sets this field to the amount of additional
  *       memory that it would like fc nvme layer to allocate on the LLDD's
@@ -608,7 +608,7 @@ enum {
  *
  * Structure used between LLDD and nvmet-fc layer to represent the exchange
  * context for a FC-NVME FCP I/O operation (e.g. a nvme sqe, the sqe-related
- * memory transfers, and its assocated cqe transfer).
+ * memory transfers, and its associated cqe transfer).
  *
  * The structure is allocated by the LLDD whenever a FCP CMD IU is received
  * from the FC link. The address of the structure is passed to the nvmet-fc
@@ -631,7 +631,7 @@ enum {
  *   When the structure is used for an FCP target operation, the nvmet-fc
  *     layer will fully set the fields in order to specify the scattergather
  *     list, the transfer length, as well as the done routine to be called
- *     upon compeletion of the operation.  The nvmet-fc layer will also set a
+ *     upon completion of the operation.  The nvmet-fc layer will also set a
  *     private pointer for its own use in the done routine.
  *
  * Values set by the NVMET-FC layer prior to calling the LLDD fcp_op
@@ -640,7 +640,7 @@ enum {
  * @hwqid:    Specifies the hw queue index (0..N-1, where N is the
  *            max_hw_queues value from the LLD's nvmet_fc_target_template)
  *            that the operation is to use.
- * @offset:   Indicates the DATA_OUT/DATA_IN payload offset to be tranferred.
+ * @offset:   Indicates the DATA_OUT/DATA_IN payload offset to be transferred.
  *            Field is only valid on WRITEDATA, READDATA, or READDATA_RSP ops.
  * @timeout:  amount of time, in seconds, to wait for a response from the NVME
  *            host. A value of 0 is an infinite wait.
@@ -718,7 +718,7 @@ enum {
  *
  * Fields with static values for the port. Initialized by the
  * port_info struct supplied to the registration call.
- * @port_num:  NVME-FC transport subsytem port number
+ * @port_num:  NVME-FC transport subsystem port number
  * @node_name: FC WWNN for the port
  * @port_name: FC WWPN for the port
  * @private:   pointer to memory allocated alongside the local port
@@ -919,7 +919,7 @@ struct nvmet_fc_target_port {
  * @dma_boundary:  indicates the dma address boundary where dma mappings
  *       will be split across.
  *       Value is Mandatory. Typical value is 0xFFFFFFFF to split across
- *       4Gig address boundarys
+ *       4Gig address boundaries
  *
  * @target_features: The LLDD sets bits in this field to correspond to
  *       optional features that are supported by the LLDD.
--
2.26.2


_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] nvme-fc: Few trivial spelling fixes
  2021-03-20 20:30 [PATCH] nvme-fc: Few trivial spelling fixes Bhaskar Chowdhury
@ 2021-03-20 22:37 ` Randy Dunlap
  2021-03-22 18:36 ` Chaitanya Kulkarni
  1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2021-03-20 22:37 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: james.smart, linux-nvme, linux-kernel



On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/boundarys/boundaries/ ..... two different places
> s/assocated/associated/
> s/compeletion/completion/
> s/tranferred/transferred/
> s/subsytem/subsystem/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
> include/linux/nvme-fc-driver.h | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/include/linux/nvme-fc-driver.h b/include/linux/nvme-fc-driver.h
> index 2a38f2b477a5..8624b0c6aace 100644
> --- a/include/linux/nvme-fc-driver.h
> +++ b/include/linux/nvme-fc-driver.h
> @@ -441,7 +441,7 @@ struct nvme_fc_remote_port {
>  * @dma_boundary:  indicates the dma address boundary where dma mappings
>  *       will be split across.
>  *       Value is Mandatory. Typical value is 0xFFFFFFFF to split across
> - *       4Gig address boundarys
> + *       4Gig address boundaries
>  *
>  * @local_priv_sz: The LLDD sets this field to the amount of additional
>  *       memory that it would like fc nvme layer to allocate on the LLDD's
> @@ -608,7 +608,7 @@ enum {
>  *
>  * Structure used between LLDD and nvmet-fc layer to represent the exchange
>  * context for a FC-NVME FCP I/O operation (e.g. a nvme sqe, the sqe-related
> - * memory transfers, and its assocated cqe transfer).
> + * memory transfers, and its associated cqe transfer).
>  *
>  * The structure is allocated by the LLDD whenever a FCP CMD IU is received
>  * from the FC link. The address of the structure is passed to the nvmet-fc
> @@ -631,7 +631,7 @@ enum {
>  *   When the structure is used for an FCP target operation, the nvmet-fc
>  *     layer will fully set the fields in order to specify the scattergather
>  *     list, the transfer length, as well as the done routine to be called
> - *     upon compeletion of the operation.  The nvmet-fc layer will also set a
> + *     upon completion of the operation.  The nvmet-fc layer will also set a
>  *     private pointer for its own use in the done routine.
>  *
>  * Values set by the NVMET-FC layer prior to calling the LLDD fcp_op
> @@ -640,7 +640,7 @@ enum {
>  * @hwqid:    Specifies the hw queue index (0..N-1, where N is the
>  *            max_hw_queues value from the LLD's nvmet_fc_target_template)
>  *            that the operation is to use.
> - * @offset:   Indicates the DATA_OUT/DATA_IN payload offset to be tranferred.
> + * @offset:   Indicates the DATA_OUT/DATA_IN payload offset to be transferred.
>  *            Field is only valid on WRITEDATA, READDATA, or READDATA_RSP ops.
>  * @timeout:  amount of time, in seconds, to wait for a response from the NVME
>  *            host. A value of 0 is an infinite wait.
> @@ -718,7 +718,7 @@ enum {
>  *
>  * Fields with static values for the port. Initialized by the
>  * port_info struct supplied to the registration call.
> - * @port_num:  NVME-FC transport subsytem port number
> + * @port_num:  NVME-FC transport subsystem port number
>  * @node_name: FC WWNN for the port
>  * @port_name: FC WWPN for the port
>  * @private:   pointer to memory allocated alongside the local port
> @@ -919,7 +919,7 @@ struct nvmet_fc_target_port {
>  * @dma_boundary:  indicates the dma address boundary where dma mappings
>  *       will be split across.
>  *       Value is Mandatory. Typical value is 0xFFFFFFFF to split across
> - *       4Gig address boundarys
> + *       4Gig address boundaries
>  *
>  * @target_features: The LLDD sets bits in this field to correspond to
>  *       optional features that are supported by the LLDD.
> --
> 2.26.2
>
>

_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nvme-fc: Few trivial spelling fixes
  2021-03-20 20:30 [PATCH] nvme-fc: Few trivial spelling fixes Bhaskar Chowdhury
  2021-03-20 22:37 ` Randy Dunlap
@ 2021-03-22 18:36 ` Chaitanya Kulkarni
  2021-03-22 20:03   ` Bhaskar Chowdhury
  1 sibling, 1 reply; 4+ messages in thread
From: Chaitanya Kulkarni @ 2021-03-22 18:36 UTC (permalink / raw)
  To: Bhaskar Chowdhury, james.smart, linux-nvme, linux-kernel; +Cc: rdunlap

On 3/20/21 13:45, Bhaskar Chowdhury wrote:
> s/boundarys/boundaries/ ..... two different places
> s/assocated/associated/
> s/compeletion/completion/
> s/tranferred/transferred/
> s/subsytem/subsystem/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Patch looks fine but commit log could be better.




_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nvme-fc: Few trivial spelling fixes
  2021-03-22 18:36 ` Chaitanya Kulkarni
@ 2021-03-22 20:03   ` Bhaskar Chowdhury
  0 siblings, 0 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22 20:03 UTC (permalink / raw)
  To: Chaitanya Kulkarni; +Cc: james.smart, linux-nvme, linux-kernel, rdunlap


[-- Attachment #1.1: Type: text/plain, Size: 415 bytes --]

On 18:36 Mon 22 Mar 2021, Chaitanya Kulkarni wrote:
>On 3/20/21 13:45, Bhaskar Chowdhury wrote:
>> s/boundarys/boundaries/ ..... two different places
>> s/assocated/associated/
>> s/compeletion/completion/
>> s/tranferred/transferred/
>> s/subsytem/subsystem/
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>
>Patch looks fine but commit log could be better.
>
This is the best I could produce.
>
>

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 158 bytes --]

_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-22 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-20 20:30 [PATCH] nvme-fc: Few trivial spelling fixes Bhaskar Chowdhury
2021-03-20 22:37 ` Randy Dunlap
2021-03-22 18:36 ` Chaitanya Kulkarni
2021-03-22 20:03   ` Bhaskar Chowdhury

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).