linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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: gregkh
  Cc: f.fainelli, rjui, sbranden, bcm-kernel-feedback-list, swarren,
	lee, eric, linux-rpi-kernel, linux-arm-kernel, linux-kernel, Vic

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

* Re: [PATCH] One coding style correction.
  2017-02-03 22:41 [PATCH] One coding style correction Victor Vaschenko
@ 2017-02-03 22:54 ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2017-02-03 22:54 UTC (permalink / raw)
  To: Victor Vaschenko
  Cc: f.fainelli, rjui, sbranden, bcm-kernel-feedback-list, swarren,
	lee, eric, linux-rpi-kernel, linux-arm-kernel, linux-kernel

On Sat, Feb 04, 2017 at 01:41:21AM +0300, Victor Vaschenko wrote:
> From: Vic <vicmos89@gmail.com>

That name, doesn't match the from: line in your email, or the
signed-off-by: line :(

Also, see the results that my patchbot sent you to fix up.

good luck!

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [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: gregkh; +Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Victor Vaschenko

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

* Re: [PATCH] One coding style correction.
  2017-02-03 23:18 Victor Vaschenko
@ 2017-02-04  8:19 ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2017-02-04  8:19 UTC (permalink / raw)
  To: Victor Vaschenko
  Cc: f.fainelli, rjui, sbranden, bcm-kernel-feedback-list, swarren,
	lee, eric, linux-rpi-kernel, linux-arm-kernel, linux-kernel

On Sat, Feb 04, 2017 at 02:18:41AM +0300, Victor Vaschenko wrote:
> Signed-off-by: Victor Vaschenko <vicmos89@gmail.com>
> ---
>  drivers/staging/bcm2835-audio/bcm2835-ctl.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

If you are going to ignore my suggestions of how to properly create a
patch that I can apply, well, I can easily ignore your patch :(

Consider this one dropped.

greg k-h

^ permalink raw reply	[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: gregkh
  Cc: f.fainelli, rjui, sbranden, bcm-kernel-feedback-list, swarren,
	lee, eric, linux-rpi-kernel, linux-arm-kernel, linux-kernel,
	Victor Vaschenko

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-03 22:41 [PATCH] One coding style correction Victor Vaschenko
2017-02-03 22:54 ` Greg KH
2017-02-03 23:18 Victor Vaschenko
2017-02-04  8:19 ` Greg KH
2017-02-04 14:30 Victor Vaschenko

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).