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 C4C19C433E6 for ; Tue, 9 Feb 2021 13:01:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8D1C064EB4 for ; Tue, 9 Feb 2021 13:01:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230187AbhBINA4 (ORCPT ); Tue, 9 Feb 2021 08:00:56 -0500 Received: from mail.kernel.org ([198.145.29.99]:35272 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229880AbhBINAx (ORCPT ); Tue, 9 Feb 2021 08:00:53 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 05A5664D9D; Tue, 9 Feb 2021 13:00:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612875611; bh=pVRWmpHzi+AAUVJ+B5J6YfzbZwmSL/svj0fJuGlmr7Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iT+Kk6JVZmuHPZOZwBzAQtguITP1fMuiX/FpCwPid49OlGx8AXW8c8ERrspEwjpGh RDj16lqWAY4ekm6ncoGGeiE/onL25Lm0ngxIoPOWsuC3/MzXMCWA6VKAI2k5iDC8WK Qp2CBdwLRmABUgkbdBIDntfxNfSuKukSw5XxdLdA= Date: Tue, 9 Feb 2021 14:00:08 +0100 From: Greg KH To: Mukul Mehar Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Drivers: staging: most: sound: Fixed styling issue. Message-ID: References: <20210209125036.17197-1-mukulmehar02@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210209125036.17197-1-mukulmehar02@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 09, 2021 at 06:20:37PM +0530, Mukul Mehar wrote: > This patch fixes a warning, of the line ending with a '(', > generated by checkpatch.pl. > > Signed-off-by: Mukul Mehar > --- > drivers/staging/most/sound/sound.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) Any reason you didn't also cc: the other developer that get_maintainer.pl tells you to for this file? Please fix that up and resend, especially as that developer also sent a different patch for this driver right before you, so someone's patch is going to get confused... thanks, greg k-h