From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D16EDC433E0 for ; Wed, 10 Feb 2021 07:49:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9C75964E3B for ; Wed, 10 Feb 2021 07:49:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232990AbhBJHsw (ORCPT ); Wed, 10 Feb 2021 02:48:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:42298 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233050AbhBJHrs (ORCPT ); Wed, 10 Feb 2021 02:47:48 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 50AD464E3B; Wed, 10 Feb 2021 07:47:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612943226; bh=/8VJiXcUN5vr07MsxytT4vZEFt34tdVmMD9T8EmtSEo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=knfWzSzqK5u4vWW227fztPUTUCoxBr4+vO7S/Ll1FrdZdrWqD5S4SAJBJHmpy3Tf1 aOx//wHHXvRkHcrPic2WLQ09uZjJpvmWLuUdN3V8/EDP3D21BDeNvQf91sklyQyyMk it/kO8IRIjL+IX8XS0uCY0q1N9IHCr9IVhED/n6M= Date: Wed, 10 Feb 2021 08:47:04 +0100 From: Greg KH To: Mukul Mehar 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. Message-ID: References: <20210210010044.695996-1-mukulmehar02@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210210010044.695996-1-mukulmehar02@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0FCBEC433DB for ; Wed, 10 Feb 2021 07:47:10 +0000 (UTC) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A59DE64E42 for ; Wed, 10 Feb 2021 07:47:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A59DE64E42 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6616D81A11; Wed, 10 Feb 2021 07:47:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Zx368O3E6Nav; Wed, 10 Feb 2021 07:47:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C8DEA81E6D; Wed, 10 Feb 2021 07:47:08 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 0DAB41BF487 for ; Wed, 10 Feb 2021 07:47:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 07689870BB for ; Wed, 10 Feb 2021 07:47:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tSpvOVM+HvMR for ; Wed, 10 Feb 2021 07:47:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by hemlock.osuosl.org (Postfix) with ESMTPS id 7D447870B7 for ; Wed, 10 Feb 2021 07:47:07 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 50AD464E3B; Wed, 10 Feb 2021 07:47:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612943226; bh=/8VJiXcUN5vr07MsxytT4vZEFt34tdVmMD9T8EmtSEo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=knfWzSzqK5u4vWW227fztPUTUCoxBr4+vO7S/Ll1FrdZdrWqD5S4SAJBJHmpy3Tf1 aOx//wHHXvRkHcrPic2WLQ09uZjJpvmWLuUdN3V8/EDP3D21BDeNvQf91sklyQyyMk it/kO8IRIjL+IX8XS0uCY0q1N9IHCr9IVhED/n6M= Date: Wed, 10 Feb 2021 08:47:04 +0100 From: Greg KH To: Mukul Mehar Subject: Re: [PATCH v2] Drivers: staging: most: sound: Fixed styling issue. Message-ID: References: <20210210010044.695996-1-mukulmehar02@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210210010044.695996-1-mukulmehar02@gmail.com> X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devel@driverdev.osuosl.org, christian.gromm@microchip.com, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" 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 > --- > 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 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel