[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <efdb99f1-9035-ce8e-ec8c-a2d7684772af@bombadil.infradead.org>
Date: Fri, 19 Mar 2021 09:15:07 -0700 (PDT)
From: Randy Dunlap <rdunlap@...badil.infradead.org>
To: Bhaskar Chowdhury <unixbhaskar@...il.com>
cc: jejb@...ux.ibm.com, martin.petersen@...cle.com,
lee.jones@...aro.org, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] scsi: csiostor: Fix a typo
On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:
>
> s/boudaries/boundaries/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
Acked-by: Randy Dunlap <rdunlap@...radead.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
>
>
Powered by blists - more mailing lists