Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1591307 > unrolled thread
| Started by | Georgios Emmanouil <geo.emmnl@gmail.com> |
|---|---|
| First post | 2017-03-02 18:20 +0100 |
| Last post | 2017-03-04 23:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 4/4] Staging:wilc1000:wilc_spi: Added blank line after function and modified comment style Georgios Emmanouil <geo.emmnl@gmail.com> - 2017-03-02 18:20 +0100
Re: [PATCH 4/4] Staging:wilc1000:wilc_spi: Added blank line after function and modified comment style Julian Calaby <julian.calaby@gmail.com> - 2017-03-04 23:50 +0100
| From | Georgios Emmanouil <geo.emmnl@gmail.com> |
|---|---|
| Date | 2017-03-02 18:20 +0100 |
| Subject | [PATCH 4/4] Staging:wilc1000:wilc_spi: Added blank line after function and modified comment style |
| Message-ID | <tgCyu-5uu-15@gated-at.bofh.it> |
Added blank line after function and modified comment style.
Signed-off-by: Georgios Emmanouil <geo.emmnl@gmail.com>
---
drivers/staging/wilc1000/wilc_spi.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_spi.c b/drivers/staging/wilc1000/wilc_spi.c
index 4f38922..33c2f7c 100644
--- a/drivers/staging/wilc1000/wilc_spi.c
+++ b/drivers/staging/wilc1000/wilc_spi.c
@@ -1128,11 +1128,8 @@ static int wilc_spi_sync_ext(struct wilc *wilc, int nint)
return 1;
}
-/********************************************
- *
- * Global spi HIF function table
- *
- ********************************************/
+
+/* Global spi HIF function table */
static const struct wilc_hif_func wilc_hif_spi = {
.hif_init = wilc_spi_init,
.hif_deinit = _wilc_spi_deinit,
--
2.1.4
[toc] | [next] | [standalone]
| From | Julian Calaby <julian.calaby@gmail.com> |
|---|---|
| Date | 2017-03-04 23:50 +0100 |
| Subject | Re: [PATCH 4/4] Staging:wilc1000:wilc_spi: Added blank line after function and modified comment style |
| Message-ID | <thqEV-7AQ-1@gated-at.bofh.it> |
| In reply to | #1591307 |
Hi All, On Fri, Mar 3, 2017 at 4:07 AM, Georgios Emmanouil <geo.emmnl@gmail.com> wrote: > Added blank line after function and modified comment style. > > Signed-off-by: Georgios Emmanouil <geo.emmnl@gmail.com> Reviewed-by: Julian Calaby <julian.calaby@gmail.com> > --- > drivers/staging/wilc1000/wilc_spi.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) -- Julian Calaby Email: julian.calaby@gmail.com Profile: http://www.google.com/profiles/julian.calaby/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web