linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: vicmos89@gmail.com (Victor Vaschenko)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] One coding style correction.
Date: Sat,  4 Feb 2017 17:30:02 +0300	[thread overview]
Message-ID: <1486218602-4846-1-git-send-email-vicmos89@gmail.com> (raw)

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

             reply	other threads:[~2017-02-04 14:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-04 14:30 Victor Vaschenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-03 23:18 [PATCH] One coding style correction Victor Vaschenko
2017-02-04  8:19 ` Greg KH
2017-02-03 22:41 Victor Vaschenko
2017-02-03 22:54 ` Greg KH

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=1486218602-4846-1-git-send-email-vicmos89@gmail.com \
    --to=vicmos89@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).