public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Philippe Loctaux <loctauxphilippe@gmail.com>
To: gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	Philippe Loctaux <loctauxphilippe@gmail.com>
Subject: [PATCH 1/2] Staging: most: aim-sound: sound.c: fixed an alignment issue
Date: Fri, 29 Dec 2017 00:06:49 +0100	[thread overview]
Message-ID: <20171228230650.12973-2-loctauxphilippe@gmail.com> (raw)
In-Reply-To: <20171228230650.12973-1-loctauxphilippe@gmail.com>

Fixed a coding style issue.

Signed-off-by: Philippe Loctaux <loctauxphilippe@gmail.com>
---
 drivers/staging/most/aim-sound/sound.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/most/aim-sound/sound.c b/drivers/staging/most/aim-sound/sound.c
index ea1366a44..ab2b0d833 100644
--- a/drivers/staging/most/aim-sound/sound.c
+++ b/drivers/staging/most/aim-sound/sound.c
@@ -235,12 +235,12 @@ static int playback_thread(void *data)
 		struct mbo *mbo = NULL;
 		bool period_elapsed = false;
 
-		wait_event_interruptible(
-			channel->playback_waitq,
-			kthread_should_stop() ||
-			(channel->is_stream_running &&
-			 (mbo = most_get_mbo(channel->iface, channel->id,
-					     &audio_aim))));
+		wait_event_interruptible(channel->playback_waitq,
+					 kthread_should_stop() ||
+					 (channel->is_stream_running &&
+					 (mbo = most_get_mbo(channel->iface,
+							     channel->id,
+							     &audio_aim))));
 		if (!mbo)
 			continue;
 
-- 
2.15.1

  reply	other threads:[~2017-12-28 23:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-28 23:06 [PATCH 0/2] Staging: most: aim-sound: sound.c: coding style Philippe Loctaux
2017-12-28 23:06 ` Philippe Loctaux [this message]
2018-01-08 15:35   ` [PATCH 1/2] Staging: most: aim-sound: sound.c: fixed an alignment issue Greg KH
2017-12-28 23:06 ` [PATCH 2/2] Staging: most: aim-sound: sound.c: removed unnecessary parentheses Philippe Loctaux
2017-12-28 23:19   ` Ozgur
2017-12-29 14:50     ` Philippe Loctaux
2018-01-08 15:35   ` Greg KH
2017-12-28 23:14 ` [PATCH 0/2] Staging: most: aim-sound: sound.c: coding style Ozgur

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=20171228230650.12973-2-loctauxphilippe@gmail.com \
    --to=loctauxphilippe@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.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