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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6B368C001DF for ; Sun, 22 Oct 2023 11:18:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231485AbjJVLSo (ORCPT ); Sun, 22 Oct 2023 07:18:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229472AbjJVLSn (ORCPT ); Sun, 22 Oct 2023 07:18:43 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2136BE5 for ; Sun, 22 Oct 2023 04:18:42 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2082FC433C8; Sun, 22 Oct 2023 11:18:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1697973521; bh=7HLrsmOIb/DsMFPqh3P97aAYxVWou/9n9huI2vTErUc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=afBYMa61PkdIdJQViO3od6LRZ597VUgJM5vacKWgQ8WKaLcu/TMmQRIecWLsg7uo3 yjMkTKg+c3aIPME85+ZxaMfsDQD/difEl/lB/H1Y4tj7gAYwmo/nDkaWx+cBMwzwyY XYUBp21Y1Y7AxPg65QRciAxCDYrgZCWM82npfLUE= Date: Sun, 22 Oct 2023 13:18:38 +0200 From: Greg Kroah-Hartman To: Nandha Kumar Singaram Cc: Viresh Kumar , Johan Hovold , Alex Elder , greybus-dev@lists.linaro.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, kumaran.4353@gmail.com Subject: Re: [PATCH 1/3] staging: greybus: Modify lines end with a '(' Message-ID: <2023102217-irregular-accurate-a84a@gregkh> References: <827f8417afa3943e8b71910a7ba88ea35614dd2c.1697969950.git.nandhakumar.singaram@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <827f8417afa3943e8b71910a7ba88ea35614dd2c.1697969950.git.nandhakumar.singaram@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 22, 2023 at 03:39:28AM -0700, Nandha Kumar Singaram wrote: > Adhere to linux coding style. Reported by checkpatch.pl: > CHECK: Lines should not end with a '(' > > Signed-off-by: Nandha Kumar Singaram > --- > drivers/staging/greybus/camera.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Subject line should be: "staging: greybus: camera: Modify..." right? thanks, greg k-h