linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: esp_scsi: Trivial typo fixes
@ 2021-03-24  6:13 Bhaskar Chowdhury
  2021-03-24 21:55 ` Randy Dunlap
  2021-03-30  3:54 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-24  6:13 UTC (permalink / raw)
  To: jejb, martin.petersen, linux-scsi, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/conditon/condition/
s/pecularity/peculiarity/

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

diff --git a/drivers/scsi/esp_scsi.c b/drivers/scsi/esp_scsi.c
index 007ccef5d1e2..342535ac0570 100644
--- a/drivers/scsi/esp_scsi.c
+++ b/drivers/scsi/esp_scsi.c
@@ -647,7 +647,7 @@ static void esp_unmap_sense(struct esp *esp, struct esp_cmd_entry *ent)
 	ent->sense_ptr = NULL;
 }

-/* When a contingent allegiance conditon is created, we force feed a
+/* When a contingent allegiance condition is created, we force feed a
  * REQUEST_SENSE command to the device to fetch the sense data.  I
  * tried many other schemes, relying on the scsi error handling layer
  * to send out the REQUEST_SENSE automatically, but this was difficult
@@ -1341,7 +1341,7 @@ static int esp_data_bytes_sent(struct esp *esp, struct esp_cmd_entry *ent,
 	bytes_sent -= esp->send_cmd_residual;

 	/*
-	 * The am53c974 has a DMA 'pecularity'. The doc states:
+	 * The am53c974 has a DMA 'peculiarity'. The doc states:
 	 * In some odd byte conditions, one residual byte will
 	 * be left in the SCSI FIFO, and the FIFO Flags will
 	 * never count to '0 '. When this happens, the residual
--
2.30.1


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

* Re: [PATCH] scsi: esp_scsi: Trivial typo fixes
  2021-03-24  6:13 [PATCH] scsi: esp_scsi: Trivial typo fixes Bhaskar Chowdhury
@ 2021-03-24 21:55 ` Randy Dunlap
  2021-03-30  3:54 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-24 21:55 UTC (permalink / raw)
  To: Bhaskar Chowdhury, jejb, martin.petersen, linux-scsi, linux-kernel

On 3/23/21 11:13 PM, Bhaskar Chowdhury wrote:
> 
> s/conditon/condition/
> s/pecularity/peculiarity/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

> ---
>  drivers/scsi/esp_scsi.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/scsi/esp_scsi.c b/drivers/scsi/esp_scsi.c
> index 007ccef5d1e2..342535ac0570 100644
> --- a/drivers/scsi/esp_scsi.c
> +++ b/drivers/scsi/esp_scsi.c
> @@ -647,7 +647,7 @@ static void esp_unmap_sense(struct esp *esp, struct esp_cmd_entry *ent)
>  	ent->sense_ptr = NULL;
>  }
> 
> -/* When a contingent allegiance conditon is created, we force feed a
> +/* When a contingent allegiance condition is created, we force feed a
>   * REQUEST_SENSE command to the device to fetch the sense data.  I
>   * tried many other schemes, relying on the scsi error handling layer
>   * to send out the REQUEST_SENSE automatically, but this was difficult
> @@ -1341,7 +1341,7 @@ static int esp_data_bytes_sent(struct esp *esp, struct esp_cmd_entry *ent,
>  	bytes_sent -= esp->send_cmd_residual;
> 
>  	/*
> -	 * The am53c974 has a DMA 'pecularity'. The doc states:
> +	 * The am53c974 has a DMA 'peculiarity'. The doc states:
>  	 * In some odd byte conditions, one residual byte will
>  	 * be left in the SCSI FIFO, and the FIFO Flags will
>  	 * never count to '0 '. When this happens, the residual
> --


-- 
~Randy


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

* Re: [PATCH] scsi: esp_scsi: Trivial typo fixes
  2021-03-24  6:13 [PATCH] scsi: esp_scsi: Trivial typo fixes Bhaskar Chowdhury
  2021-03-24 21:55 ` Randy Dunlap
@ 2021-03-30  3:54 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2021-03-30  3:54 UTC (permalink / raw)
  To: jejb, linux-scsi, linux-kernel, Bhaskar Chowdhury
  Cc: Martin K . Petersen, rdunlap

On Wed, 24 Mar 2021 11:43:18 +0530, Bhaskar Chowdhury wrote:

> s/conditon/condition/
> s/pecularity/peculiarity/

Applied to 5.13/scsi-queue, thanks!

[1/1] scsi: esp_scsi: Trivial typo fixes
      https://git.kernel.org/mkp/scsi/c/835b8c16a0e3

-- 
Martin K. Petersen	Oracle Linux Engineering

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24  6:13 [PATCH] scsi: esp_scsi: Trivial typo fixes Bhaskar Chowdhury
2021-03-24 21:55 ` Randy Dunlap
2021-03-30  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).