Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1573698 > unrolled thread
| Started by | Victor Vaschenko <vicmos89@gmail.com> |
|---|---|
| First post | 2017-02-04 17:30 +0100 |
| Last post | 2017-02-05 11:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] bcm2835-audio: One coding style correction in bcm2835-ctl.c. Victor Vaschenko <vicmos89@gmail.com> - 2017-02-04 17:30 +0100
Re: [PATCH] bcm2835-audio: One coding style correction in bcm2835-ctl.c. Greg KH <gregkh@linuxfoundation.org> - 2017-02-05 11:50 +0100
| From | Victor Vaschenko <vicmos89@gmail.com> |
|---|---|
| Date | 2017-02-04 17:30 +0100 |
| Subject | [PATCH] bcm2835-audio: One coding style correction in bcm2835-ctl.c. |
| Message-ID | <t7bnQ-2XG-25@gated-at.bofh.it> |
Just one coding style correction in bcm2835-ctl.c.
Signed-off-by: Victor Vaschenko <vicmos89@gmail.com>
---
drivers/staging/bcm2835-audio/bcm2835-ctl.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/bcm2835-audio/bcm2835-ctl.c b/drivers/staging/bcm2835-audio/bcm2835-ctl.c
index 164daa4..bfb7e9f 100644
--- a/drivers/staging/bcm2835-audio/bcm2835-ctl.c
+++ b/drivers/staging/bcm2835-audio/bcm2835-ctl.c
@@ -164,8 +164,7 @@ static int snd_bcm2835_ctl_put(struct snd_kcontrol *kcontrol,
.get = snd_bcm2835_ctl_get,
.put = snd_bcm2835_ctl_put,
.count = 1,
- .tlv =
- {.p = snd_bcm2835_db_scale}
+ .tlv = {.p = snd_bcm2835_db_scale}
},
{
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
--
1.9.1
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-02-05 11:50 +0100 |
| Subject | Re: [PATCH] bcm2835-audio: One coding style correction in bcm2835-ctl.c. |
| Message-ID | <t7sym-6ab-19@gated-at.bofh.it> |
| In reply to | #1573698 |
On Sat, Feb 04, 2017 at 07:24:57PM +0300, Victor Vaschenko wrote: > Just one coding style correction in bcm2835-ctl.c. What coding style did you make? Why did you make it? And why did you not add a "staging:" to the subject line and cc: the correct people and mailing lists for this patch (you forgot to use scripts/get_maintainer.pl) thanks, greg k-h
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web