lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 10 Feb 2021 06:30:45 +0530
From:   Mukul Mehar <mukulmehar02@...il.com>
To:     gregkh@...uxfoundation.org
Cc:     christian.gromm@...rochip.com, devel@...verdev.osuosl.org,
        linux-kernel@...r.kernel.org, Mukul Mehar <mukulmehar02@...il.com>
Subject: [PATCH v2] Drivers: staging: most: sound: Fixed styling issue.

This patch fixes a warning, of the line ending with a '(',
generated by checkpatch.pl.

Signed-off-by: Mukul Mehar <mukulmehar02@...il.com>
---
Changes since v1:
 - Fixed indentation.
---
 drivers/staging/most/sound/sound.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/most/sound/sound.c b/drivers/staging/most/sound/sound.c
index 4dd1bf95d1ce..4d497ce6d7b8 100644
--- a/drivers/staging/most/sound/sound.c
+++ b/drivers/staging/most/sound/sound.c
@@ -231,9 +231,9 @@ static int playback_thread(void *data)
 		wait_event_interruptible(channel->playback_waitq,
 					 kthread_should_stop() ||
 					 (channel->is_stream_running &&
-					 (mbo = most_get_mbo(channel->iface,
-					 channel->id,
-					 &comp))));
+					  (mbo = most_get_mbo(channel->iface,
+							      channel->id,
+							      &comp))));
 		if (!mbo)
 			continue;
 
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ