[PATCH] Drivers: staging: most: sound: Fixed style issue.

From: Mukul Mehar
Date: Sun Feb 07 2021 - 14:33:06 EST



This patch fixes a warning, of the line ending with a '(',
generated by checkpatch.pl.
This is my first patch.
---
drivers/staging/most/sound/sound.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/most/sound/sound.c b/drivers/staging/most/sound/sound.c
index 3a1a59058042..4dd1bf95d1ce 100644
--- a/drivers/staging/most/sound/sound.c
+++ b/drivers/staging/most/sound/sound.c
@@ -228,12 +228,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,
- &comp))));
+ wait_event_interruptible(channel->playback_waitq,
+ kthread_should_stop() ||
+ (channel->is_stream_running &&
+ (mbo = most_get_mbo(channel->iface,
+ channel->id,
+ &comp))));
if (!mbo)
continue;

--
2.25.1


--uAKRQypu60I7Lcqm--