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 E959CC433DB for ; Mon, 8 Feb 2021 20:08:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A77AE64E6C for ; Mon, 8 Feb 2021 20:08:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236503AbhBHUIX (ORCPT ); Mon, 8 Feb 2021 15:08:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:56288 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235577AbhBHSdo (ORCPT ); Mon, 8 Feb 2021 13:33:44 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0952B64E3F; Mon, 8 Feb 2021 18:33:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612809183; bh=bfOsUg/HpsmYAR/+2eVRVlgtWRlfDd6pNn9xHIVqZf0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oM4LQqs5O9gVbhTnl5oloKg47QT/C0TEA9PS5F8mwIs/FsOdZtnzRmt1i5Of6BFKZ 82lDHeohonLHTcBMosTPzsINBDc/wNOTgahlItr3nJj12X76cP/RGqx+VdaPED1HAn gfszPQ+nQtiw4n8qW0gI2pOBwuze3ywIjpKAoCMc= Date: Mon, 8 Feb 2021 19:33:00 +0100 From: Greg KH To: Mukul Mehar Cc: devel@driverdev.osuosl.org, christian.gromm@microchip.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH]: checkpatch: Fixed styling issue Message-ID: References: <20210208182802.GA17753@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210208182802.GA17753@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 08, 2021 at 11:58:02PM +0530, Mukul Mehar wrote: > >From 29bcaf0066003983da29b1e026b985c0727b091a Mon Sep 17 00:00:00 2001 > From: Mukul Mehar > Date: Mon, 8 Feb 2021 01:03:06 +0530 > Subject: [PATCH] Drivers: staging: most: sound: Fixed style issue. > > This patch fixes a warning, of the line ending with a '(', > generated by checkpatch.pl. > This is my first patch. > > Signed-off-by: Mukul Mehar > --- > drivers/staging/most/sound/sound.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) You ignored everything my bot sent last time, why, do you somehow think it was not correct? {hint, it was...} thanks, greg k-h