All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: csiostor: Fix a typo
@ 2021-03-19  9:23 Bhaskar Chowdhury
  2021-03-19 16:15 ` Randy Dunlap
  2021-03-30  3:54 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-19  9:23 UTC (permalink / raw)
  To: jejb, martin.petersen, unixbhaskar, lee.jones, linux-scsi, linux-kernel
  Cc: rdunlap


s/boudaries/boundaries/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/scsi/csiostor/csio_hw_t5.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/csiostor/csio_hw_t5.c b/drivers/scsi/csiostor/csio_hw_t5.c
index 1df8891d3725..86fded97d799 100644
--- a/drivers/scsi/csiostor/csio_hw_t5.c
+++ b/drivers/scsi/csiostor/csio_hw_t5.c
@@ -244,7 +244,7 @@ csio_t5_edc_read(struct csio_hw *hw, int idx, uint32_t addr, __be32 *data,
  *
  * Reads/writes an [almost] arbitrary memory region in the firmware: the
  * firmware memory address, length and host buffer must be aligned on
- * 32-bit boudaries.  The memory is transferred as a raw byte sequence
+ * 32-bit boundaries.  The memory is transferred as a raw byte sequence
  * from/to the firmware's memory.  If this memory contains data
  * structures which contain multi-byte integers, it's the callers
  * responsibility to perform appropriate byte order conversions.
--
2.26.2


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

* Re: [PATCH] scsi: csiostor: Fix a typo
  2021-03-19  9:23 [PATCH] scsi: csiostor: Fix a typo Bhaskar Chowdhury
@ 2021-03-19 16:15 ` Randy Dunlap
  2021-03-30  3:54 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-19 16:15 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: jejb, martin.petersen, lee.jones, linux-scsi, linux-kernel



On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/boudaries/boundaries/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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


> ---
> drivers/scsi/csiostor/csio_hw_t5.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/csiostor/csio_hw_t5.c b/drivers/scsi/csiostor/csio_hw_t5.c
> index 1df8891d3725..86fded97d799 100644
> --- a/drivers/scsi/csiostor/csio_hw_t5.c
> +++ b/drivers/scsi/csiostor/csio_hw_t5.c
> @@ -244,7 +244,7 @@ csio_t5_edc_read(struct csio_hw *hw, int idx, uint32_t addr, __be32 *data,
>  *
>  * Reads/writes an [almost] arbitrary memory region in the firmware: the
>  * firmware memory address, length and host buffer must be aligned on
> - * 32-bit boudaries.  The memory is transferred as a raw byte sequence
> + * 32-bit boundaries.  The memory is transferred as a raw byte sequence
>  * from/to the firmware's memory.  If this memory contains data
>  * structures which contain multi-byte integers, it's the callers
>  * responsibility to perform appropriate byte order conversions.
> --
> 2.26.2
>
>

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

* Re: [PATCH] scsi: csiostor: Fix a typo
  2021-03-19  9:23 [PATCH] scsi: csiostor: Fix a typo Bhaskar Chowdhury
  2021-03-19 16:15 ` 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: linux-kernel, lee.jones, linux-scsi, Bhaskar Chowdhury, jejb
  Cc: Martin K . Petersen, rdunlap

On Fri, 19 Mar 2021 14:53:11 +0530, Bhaskar Chowdhury wrote:

> s/boudaries/boundaries/

Applied to 5.13/scsi-queue, thanks!

[1/1] scsi: csiostor: Fix a typo
      https://git.kernel.org/mkp/scsi/c/a89562e31f01

-- 
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-19  9:23 [PATCH] scsi: csiostor: Fix a typo Bhaskar Chowdhury
2021-03-19 16:15 ` Randy Dunlap
2021-03-30  3:54 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.