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 287A7C433F5 for ; Sun, 20 Mar 2022 06:44:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244859AbiCTGqH (ORCPT ); Sun, 20 Mar 2022 02:46:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244902AbiCTGpy (ORCPT ); Sun, 20 Mar 2022 02:45:54 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2FF0B496B1 for ; Sat, 19 Mar 2022 23:44:19 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 77108B80D35 for ; Sun, 20 Mar 2022 06:44:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B34F3C340E9; Sun, 20 Mar 2022 06:44:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1647758656; bh=dusrF4VlCWfYYYamjBKQmqBPwlcj57b1Mbg7bVk1D1w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GzuyWQQv019Bx3WnDhsZi5gsyQEMYMu2jAAaiPD38Gq+msk8VlJK7UD4oKzwlTDgb 1A1X+o2A3Q7i8EEMTP/hhvD91tzsURPO1T/wBhLULaFZz4/SVgm4OqPgnakbt9Mjeq TTYyNap2oevUM/fh+4GuHSKD/nA/mPs4E3VOjbHU= Date: Sun, 20 Mar 2022 07:44:11 +0100 From: Greg KH To: "Ryan C. England" Cc: gregkh@linuxfoundation.com, lee.jones@linaro.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] staging: axis-fifo: Fixed parenthesis styling issues Message-ID: References: <20220320042340.49222-1-rcengland@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220320042340.49222-1-rcengland@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 20, 2022 at 04:23:40AM +0000, Ryan C. England wrote: > Fixed open parenthesis alignment issues. > > Signed-off-by: Ryan C. England > --- > drivers/staging/axis-fifo/axis-fifo.c | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) Where is patch 1/2 in this series?