From: Georgios Emmanouil <geo.emmnl@gmail.com>
To: aditya.shankar@microchip.com, ganesh.krishna@microchip.com,
gregkh@linuxfoundation.org
Cc: linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 2/4] Staging:wilc1000:wilc_spi: Fixed alignment to match parenthesis
Date: Thu, 2 Mar 2017 19:05:28 +0200 [thread overview]
Message-ID: <1488474328-15992-1-git-send-email-geo.emmnl@gmail.com> (raw)
In-Reply-To: <1488474268-15876-1-git-send-email-geo.emmnl@gmail.com>
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
next prev parent reply other threads:[~2017-03-02 18:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-02 17:04 [PATCH 1/4] Staging:wilc1000:wilc_spi: Fixed comment style to the preferred kernel comment style Georgios Emmanouil
2017-03-02 17:05 ` Georgios Emmanouil [this message]
2017-03-02 17:06 ` [PATCH 3/4] Staging:wilc1000:wilc_spi: Fixed spelling error Georgios Emmanouil
2017-03-02 17:07 ` [PATCH 4/4] Staging:wilc1000:wilc_spi: Added blank line after function and modified comment style Georgios Emmanouil
2017-03-04 22:46 ` Julian Calaby
2017-03-04 22:45 ` [PATCH 3/4] Staging:wilc1000:wilc_spi: Fixed spelling error Julian Calaby
2017-03-04 22:45 ` [PATCH 2/4] Staging:wilc1000:wilc_spi: Fixed alignment to match parenthesis Julian Calaby
2017-03-04 22:44 ` [PATCH 1/4] Staging:wilc1000:wilc_spi: Fixed comment style to the preferred kernel comment style Julian Calaby
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1488474328-15992-1-git-send-email-geo.emmnl@gmail.com \
--to=geo.emmnl@gmail.com \
--cc=aditya.shankar@microchip.com \
--cc=devel@driverdev.osuosl.org \
--cc=ganesh.krishna@microchip.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox