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 834E1C64EC4 for ; Wed, 8 Mar 2023 16:08:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232251AbjCHQI0 (ORCPT ); Wed, 8 Mar 2023 11:08:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232091AbjCHQH5 (ORCPT ); Wed, 8 Mar 2023 11:07:57 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 20CFDB4821 for ; Wed, 8 Mar 2023 08:07:23 -0800 (PST) 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 91F67B81D19 for ; Wed, 8 Mar 2023 16:02:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EA810C4339B; Wed, 8 Mar 2023 16:02:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678291337; bh=fhveztIW2Scf9hHcIk/TT/UvSVnPAoZ6RauSy71m6fo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vjDb7jsGDlF1i/Qn1FJ49JfIoWh6LIW5eiGSa7YmLLjkl0zhGorheuT3kpazsBlJb 07FVqLFOJkLWk6MfgR5BZrFo0NIu/qr+glkfck84RUI7RIqdKcOZVYPus1QyRVO5rr tYlrpp3oRACc1FMzd9CkQdQVIAY6qvoC/Vu3WPlY= Date: Wed, 8 Mar 2023 17:02:14 +0100 From: Greg Kroah-Hartman To: Shibo Li Cc: Larry Finger , Florian Schilhabel , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging: rtl8712: Fix some alignment matching open parenthesis issue Message-ID: References: <20230226122820.194074-1-zzutcyha@163.com> <20230302050502.52356-1-zzutcyha@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230302050502.52356-1-zzutcyha@163.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 02, 2023 at 05:05:02AM +0000, Shibo Li wrote: > This patch fixes some alignment matching open parenthesis issue. > > Signed-off-by: Shibo Li > --- > Changes since v2: > - Undo and fix some bracket misalignment issues. > > Changes since v1: > - Fix some irregular indentation issues. > --- > drivers/staging/rtl8712/rtl871x_mlme.c | 150 +++++++++++++------------ > 1 file changed, 76 insertions(+), 74 deletions(-) Does not apply to my tree :(