linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Mukul Mehar <mukulmehar02@gmail.com>
Cc: devel@driverdev.osuosl.org, christian.gromm@microchip.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] Drivers: staging: most: sound: Fixed styling issue.
Date: Wed, 10 Feb 2021 08:47:04 +0100	[thread overview]
Message-ID: <YCOPeDi2ZaZsDjea@kroah.com> (raw)
In-Reply-To: <20210210010044.695996-1-mukulmehar02@gmail.com>

On Wed, Feb 10, 2021 at 06:30:45AM +0530, Mukul Mehar wrote:
> This patch fixes a warning, of the line ending with a '(',
> generated by checkpatch.pl.
> 
> Signed-off-by: Mukul Mehar <mukulmehar02@gmail.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;
>  

This patch does not apply to my tree at all :(

greg k-h

      reply	other threads:[~2021-02-10  7:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-09 13:06 [PATCH] Drivers: staging: most: sound: Fixed styling issue Mukul Mehar
2021-02-09 17:27 ` Greg KH
2021-02-10  1:00   ` [PATCH v2] " Mukul Mehar
2021-02-10  7:47     ` Greg KH [this message]

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=YCOPeDi2ZaZsDjea@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=christian.gromm@microchip.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mukulmehar02@gmail.com \
    /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).