[PATCH 03/14] mtd: spi-nor-core: Fix typo in documentation

Pratyush Yadav p.yadav at ti.com
Mon Feb 1 13:23:57 CET 2021


+Cc Takahiro

On 31/01/21 07:34PM, Sean Anderson wrote:
> This line should come before the docs for the next function.
> 
> Fixes: 7aeedac0153 ("mtd: spi: Port SPI NOR framework from Linux")
>
> Signed-off-by: Sean Anderson <seanga2 at gmail.com>

Saw this fix in [0] as well but I think your patch should take priority 
and Takahiro should drop it from his.

Reviewed-by: Pratyush Yadav <p.yadav at ti.com>

[0] https://patchwork.ozlabs.org/project/uboot/patch/6442361cd0a3acf98525b475992eb9d0ec014994.1611729896.git.Takahiro.Kuwano@infineon.com/
 
> ---
> 
>  include/linux/mtd/spi-nor.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h
> index 4a8e19ee4f..39ef872ebf 100644
> --- a/include/linux/mtd/spi-nor.h
> +++ b/include/linux/mtd/spi-nor.h
> @@ -302,8 +302,8 @@ struct spi_flash {
>   * @flash_lock:		[FLASH-SPECIFIC] lock a region of the SPI NOR
>   * @flash_unlock:	[FLASH-SPECIFIC] unlock a region of the SPI NOR
>   * @flash_is_locked:	[FLASH-SPECIFIC] check if a region of the SPI NOR is
> - * @quad_enable:	[FLASH-SPECIFIC] enables SPI NOR quad mode
>   *			completely locked
> + * @quad_enable:	[FLASH-SPECIFIC] enables SPI NOR quad mode
>   * @priv:		the private data
>   */
>  struct spi_nor {

-- 
Regards,
Pratyush Yadav
Texas Instruments Inc.


More information about the U-Boot mailing list