* [PATCH] One coding style correction.
@ 2017-02-04 14:30 Victor Vaschenko
0 siblings, 0 replies; 5+ messages in thread
From: Victor Vaschenko @ 2017-02-04 14:30 UTC (permalink / raw)
To: linux-arm-kernel
Just one coding style error correction.
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
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH] One coding style correction.
@ 2017-02-03 23:18 Victor Vaschenko
2017-02-04 8:19 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Victor Vaschenko @ 2017-02-03 23:18 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH] One coding style correction.
@ 2017-02-03 22:41 Victor Vaschenko
2017-02-03 22:54 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Victor Vaschenko @ 2017-02-03 22:41 UTC (permalink / raw)
To: linux-arm-kernel
From: Vic <vicmos89@gmail.com>
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-02-04 14:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-04 14:30 [PATCH] One coding style correction Victor Vaschenko
-- strict thread matches above, loose matches on Subject: below --
2017-02-03 23:18 Victor Vaschenko
2017-02-04 8:19 ` Greg KH
2017-02-03 22:41 Victor Vaschenko
2017-02-03 22:54 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).