Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1591309

[PATCH 2/4] Staging:wilc1000:wilc_spi: Fixed alignment to match parenthesis

From Georgios Emmanouil <geo.emmnl@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 2/4] Staging:wilc1000:wilc_spi: Fixed alignment to match parenthesis
Date 2017-03-02 18:20 +0100
Message-ID <tgCyu-5uu-19@gated-at.bofh.it> (permalink)
References <tgCyu-5uu-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Fixed alignment to match parenthesis.

Signed-off-by: Georgios Emmanouil <geo.emmnl@gmail.com>
---
 drivers/staging/wilc1000/wilc_spi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/wilc1000/wilc_spi.c b/drivers/staging/wilc1000/wilc_spi.c
index 6bd4047..b48cb1c8 100644
--- a/drivers/staging/wilc1000/wilc_spi.c
+++ b/drivers/staging/wilc1000/wilc_spi.c
@@ -408,7 +408,7 @@ static int spi_cmd_complete(struct wilc *wilc, u8 cmd, u32 adr, u8 *b, u32 sz,

 	if (len2 > ARRAY_SIZE(wb)) {
 		dev_err(&spi->dev, "spi buffer size too small (%d) (%zu)\n",
-			 len2, ARRAY_SIZE(wb));
+			len2, ARRAY_SIZE(wb));
 		return N_FAIL;
 	}
 	/* zero spi write buffers. */
--
2.1.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 2/4] Staging:wilc1000:wilc_spi: Fixed alignment to match parenthesis Georgios Emmanouil <geo.emmnl@gmail.com> - 2017-03-02 18:20 +0100
  [PATCH 3/4] Staging:wilc1000:wilc_spi: Fixed spelling error Georgios Emmanouil <geo.emmnl@gmail.com> - 2017-03-02 20:00 +0100
    Re: [PATCH 3/4] Staging:wilc1000:wilc_spi: Fixed spelling error Julian Calaby <julian.calaby@gmail.com> - 2017-03-04 23:50 +0100
  Re: [PATCH 2/4] Staging:wilc1000:wilc_spi: Fixed alignment to match parenthesis Julian Calaby <julian.calaby@gmail.com> - 2017-03-04 23:50 +0100

csiph-web