linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: fnic:  Rudimentary spelling fixes throughout the file fnic_trace.c
@ 2021-03-17  9:22 Bhaskar Chowdhury
  2021-03-17 17:55 ` Randy Dunlap
  2021-03-25  3:54 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-17  9:22 UTC (permalink / raw)
  To: satishkh, sebaddel, kartilak, jejb, martin.petersen, linux-scsi,
	linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


Rudimentary typo fixes throughout the file.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/scsi/fnic/fnic_trace.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/drivers/scsi/fnic/fnic_trace.c b/drivers/scsi/fnic/fnic_trace.c
index 9d52d83161ed..4a7536bb0ab3 100644
--- a/drivers/scsi/fnic/fnic_trace.c
+++ b/drivers/scsi/fnic/fnic_trace.c
@@ -153,7 +153,7 @@ int fnic_get_trace_data(fnic_dbgfs_t *fnic_dbgfs_prt)
 			if (rd_idx > (fnic_max_trace_entries-1))
 				rd_idx = 0;
 			/*
-			 * Continure dumpping trace buffer entries into
+			 * Continue dumping trace buffer entries into
 			 * memory file till rd_idx reaches write index
 			 */
 			if (rd_idx == wr_idx)
@@ -189,7 +189,7 @@ int fnic_get_trace_data(fnic_dbgfs_t *fnic_dbgfs_prt)
 				  tbp->data[3], tbp->data[4]);
 			rd_idx++;
 			/*
-			 * Continue dumpping trace buffer entries into
+			 * Continue dumping trace buffer entries into
 			 * memory file till rd_idx reaches write index
 			 */
 			if (rd_idx == wr_idx)
@@ -632,7 +632,7 @@ void fnic_fc_trace_free(void)
  * fnic_fc_ctlr_set_trace_data:
  *       Maintain rd & wr idx accordingly and set data
  * Passed parameters:
- *       host_no: host number accociated with fnic
+ *       host_no: host number associated with fnic
  *       frame_type: send_frame, rece_frame or link event
  *       fc_frame: pointer to fc_frame
  *       frame_len: Length of the fc_frame
@@ -715,13 +715,13 @@ int fnic_fc_trace_set_data(u32 host_no, u8 frame_type,
  * fnic_fc_ctlr_get_trace_data: Copy trace buffer to a memory file
  * Passed parameter:
  *       @fnic_dbgfs_t: pointer to debugfs trace buffer
- *       rdata_flag: 1 => Unformated file
- *                   0 => formated file
+ *       rdata_flag: 1 => Unformatted file
+ *                   0 => formatted file
  * Description:
  *       This routine will copy the trace data to memory file with
  *       proper formatting and also copy to another memory
- *       file without formatting for further procesing.
- * Retrun Value:
+ *       file without formatting for further processing.
+ * Return Value:
  *       Number of bytes that were dumped into fnic_dbgfs_t
  */

@@ -785,10 +785,10 @@ int fnic_fc_trace_get_data(fnic_dbgfs_t *fnic_dbgfs_prt, u8 rdata_flag)
  *      @fc_trace_hdr_t: pointer to trace data
  *      @fnic_dbgfs_t: pointer to debugfs trace buffer
  *      @orig_len: pointer to len
- *      rdata_flag: 0 => Formated file, 1 => Unformated file
+ *      rdata_flag: 0 => Formatted file, 1 => Unformatted file
  * Description:
  *      This routine will format and copy the passed trace data
- *      for formated file or unformated file accordingly.
+ *      for formatted file or unformatted file accordingly.
  */

 void copy_and_format_trace_data(struct fc_trace_hdr *tdata,
--
2.30.2


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

* Re: [PATCH] scsi: fnic: Rudimentary spelling fixes throughout the file fnic_trace.c
  2021-03-17  9:22 [PATCH] scsi: fnic: Rudimentary spelling fixes throughout the file fnic_trace.c Bhaskar Chowdhury
@ 2021-03-17 17:55 ` Randy Dunlap
  2021-03-25  3:54 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-17 17:55 UTC (permalink / raw)
  To: Bhaskar Chowdhury, satishkh, sebaddel, kartilak, jejb,
	martin.petersen, linux-scsi, linux-kernel

On 3/17/21 2:22 AM, Bhaskar Chowdhury wrote:
> 
> Rudimentary typo fixes throughout the file.
> 

wow!

> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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


> ---
>  drivers/scsi/fnic/fnic_trace.c | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/drivers/scsi/fnic/fnic_trace.c b/drivers/scsi/fnic/fnic_trace.c
> index 9d52d83161ed..4a7536bb0ab3 100644
> --- a/drivers/scsi/fnic/fnic_trace.c
> +++ b/drivers/scsi/fnic/fnic_trace.c
> @@ -153,7 +153,7 @@ int fnic_get_trace_data(fnic_dbgfs_t *fnic_dbgfs_prt)
>  			if (rd_idx > (fnic_max_trace_entries-1))
>  				rd_idx = 0;
>  			/*
> -			 * Continure dumpping trace buffer entries into
> +			 * Continue dumping trace buffer entries into
>  			 * memory file till rd_idx reaches write index
>  			 */
>  			if (rd_idx == wr_idx)
> @@ -189,7 +189,7 @@ int fnic_get_trace_data(fnic_dbgfs_t *fnic_dbgfs_prt)
>  				  tbp->data[3], tbp->data[4]);
>  			rd_idx++;
>  			/*
> -			 * Continue dumpping trace buffer entries into
> +			 * Continue dumping trace buffer entries into
>  			 * memory file till rd_idx reaches write index
>  			 */
>  			if (rd_idx == wr_idx)
> @@ -632,7 +632,7 @@ void fnic_fc_trace_free(void)
>   * fnic_fc_ctlr_set_trace_data:
>   *       Maintain rd & wr idx accordingly and set data
>   * Passed parameters:
> - *       host_no: host number accociated with fnic
> + *       host_no: host number associated with fnic
>   *       frame_type: send_frame, rece_frame or link event
>   *       fc_frame: pointer to fc_frame
>   *       frame_len: Length of the fc_frame
> @@ -715,13 +715,13 @@ int fnic_fc_trace_set_data(u32 host_no, u8 frame_type,
>   * fnic_fc_ctlr_get_trace_data: Copy trace buffer to a memory file
>   * Passed parameter:
>   *       @fnic_dbgfs_t: pointer to debugfs trace buffer
> - *       rdata_flag: 1 => Unformated file
> - *                   0 => formated file
> + *       rdata_flag: 1 => Unformatted file
> + *                   0 => formatted file
>   * Description:
>   *       This routine will copy the trace data to memory file with
>   *       proper formatting and also copy to another memory
> - *       file without formatting for further procesing.
> - * Retrun Value:
> + *       file without formatting for further processing.
> + * Return Value:
>   *       Number of bytes that were dumped into fnic_dbgfs_t
>   */
> 
> @@ -785,10 +785,10 @@ int fnic_fc_trace_get_data(fnic_dbgfs_t *fnic_dbgfs_prt, u8 rdata_flag)
>   *      @fc_trace_hdr_t: pointer to trace data
>   *      @fnic_dbgfs_t: pointer to debugfs trace buffer
>   *      @orig_len: pointer to len
> - *      rdata_flag: 0 => Formated file, 1 => Unformated file
> + *      rdata_flag: 0 => Formatted file, 1 => Unformatted file
>   * Description:
>   *      This routine will format and copy the passed trace data
> - *      for formated file or unformated file accordingly.
> + *      for formatted file or unformatted file accordingly.
>   */
> 
>  void copy_and_format_trace_data(struct fc_trace_hdr *tdata,
> --


-- 
~Randy


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

* Re: [PATCH] scsi: fnic: Rudimentary spelling fixes throughout the file fnic_trace.c
  2021-03-17  9:22 [PATCH] scsi: fnic: Rudimentary spelling fixes throughout the file fnic_trace.c Bhaskar Chowdhury
  2021-03-17 17:55 ` Randy Dunlap
@ 2021-03-25  3:54 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2021-03-25  3:54 UTC (permalink / raw)
  To: jejb, satishkh, linux-scsi, linux-kernel, Bhaskar Chowdhury,
	kartilak, sebaddel
  Cc: Martin K . Petersen, rdunlap

On Wed, 17 Mar 2021 14:52:40 +0530, Bhaskar Chowdhury wrote:

> Rudimentary typo fixes throughout the file.

Applied to 5.13/scsi-queue, thanks!

[1/1] scsi: fnic: Rudimentary spelling fixes throughout the file fnic_trace.c
      https://git.kernel.org/mkp/scsi/c/bcf064bc2a3b

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2021-03-25  3:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17  9:22 [PATCH] scsi: fnic: Rudimentary spelling fixes throughout the file fnic_trace.c Bhaskar Chowdhury
2021-03-17 17:55 ` Randy Dunlap
2021-03-25  3:54 ` Martin K. Petersen

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).