diff mbox series

mtd: spi: Fix incorrect indentation

Message ID 1c760c6ca936941746e86f5fc085d3fad44318ef.1603711871.git.michal.simek@xilinx.com
State Accepted
Commit 89b7f1010f0b835a6d082356889c409eb827763b
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series mtd: spi: Fix incorrect indentation | expand

Commit Message

Michal Simek Oct. 26, 2020, 11:31 a.m. UTC
Use tabs to be aligned with the rest of the code.

Fixes: 658df8bd9464 ("mtd: spi-nor-core: Add octal mode support")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 drivers/mtd/spi/sf_internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michal Simek Oct. 29, 2020, 7:56 a.m. UTC | #1
po 26. 10. 2020 v 12:31 odesílatel Michal Simek
<michal.simek@xilinx.com> napsal:
>
> Use tabs to be aligned with the rest of the code.
>
> Fixes: 658df8bd9464 ("mtd: spi-nor-core: Add octal mode support")
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  drivers/mtd/spi/sf_internal.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mtd/spi/sf_internal.h b/drivers/mtd/spi/sf_internal.h
> index dabd40a4cc1e..9ceff0e7c128 100644
> --- a/drivers/mtd/spi/sf_internal.h
> +++ b/drivers/mtd/spi/sf_internal.h
> @@ -67,7 +67,7 @@ struct flash_info {
>  #define SPI_NOR_SKIP_SFDP      BIT(13) /* Skip parsing of SFDP tables */
>  #define USE_CLSR               BIT(14) /* use CLSR command */
>  #define SPI_NOR_HAS_SST26LOCK  BIT(15) /* Flash supports lock/unlock via BPR */
> -#define SPI_NOR_OCTAL_READ      BIT(16) /* Flash supports Octal Read */
> +#define SPI_NOR_OCTAL_READ     BIT(16) /* Flash supports Octal Read */
>  };
>
>  extern const struct flash_info spi_nor_ids[];
> --
> 2.28.0
>

Applied.
M
diff mbox series

Patch

diff --git a/drivers/mtd/spi/sf_internal.h b/drivers/mtd/spi/sf_internal.h
index dabd40a4cc1e..9ceff0e7c128 100644
--- a/drivers/mtd/spi/sf_internal.h
+++ b/drivers/mtd/spi/sf_internal.h
@@ -67,7 +67,7 @@  struct flash_info {
 #define SPI_NOR_SKIP_SFDP	BIT(13)	/* Skip parsing of SFDP tables */
 #define USE_CLSR		BIT(14)	/* use CLSR command */
 #define SPI_NOR_HAS_SST26LOCK	BIT(15)	/* Flash supports lock/unlock via BPR */
-#define SPI_NOR_OCTAL_READ      BIT(16) /* Flash supports Octal Read */
+#define SPI_NOR_OCTAL_READ	BIT(16)	/* Flash supports Octal Read */
 };
 
 extern const struct flash_info spi_nor_ids[];