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 A8A6AC0032E for ; Sun, 22 Oct 2023 11:19:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231561AbjJVLTN (ORCPT ); Sun, 22 Oct 2023 07:19:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229588AbjJVLTL (ORCPT ); Sun, 22 Oct 2023 07:19:11 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D647E9 for ; Sun, 22 Oct 2023 04:19:10 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4B50FC433C7; Sun, 22 Oct 2023 11:19:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1697973549; bh=EXt8EcTFEazDq8eq1sKNYxzGnzJ+KnJFV+nIJv+Njoc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p2acUzWshbqhEQ7/ciMiGIRqt0h5Iyc0mPC6SBCVBND72JFnFKmPLFLIG4oRu4ds0 VAv1bH89ywDR2x4ITHg1MYtPlYl3cMWZUAwwbZ93xjOuHfop3b7RqxdduEvVJSTAOa 9B0J1gksT+pcQlQSZMXInTQLSFMHtiaVp/qp5o+o= Date: Sun, 22 Oct 2023 13:19:06 +0200 From: Greg Kroah-Hartman To: Nandha Kumar Singaram Cc: 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 2/3] staging: greybus: Alignment should match open parenthesis Message-ID: <2023102241-unloader-finalize-c3c5@gregkh> References: <57d7aa177d58384bcc178f6722a8f7f6af78a536.1697969950.git.nandhakumar.singaram@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57d7aa177d58384bcc178f6722a8f7f6af78a536.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:40:57AM -0700, Nandha Kumar Singaram wrote: > Adhere to linux coding style. Reported by checkpatch.pl: > CHECK: Alignment should match open parenthesis > > Signed-off-by: Nandha Kumar Singaram > --- > drivers/staging/greybus/camera.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) Same subject line problem :(