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 B25BDCCA482 for ; Wed, 8 Jun 2022 07:03:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236342AbiFHHAZ (ORCPT ); Wed, 8 Jun 2022 03:00:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354639AbiFHGTm (ORCPT ); Wed, 8 Jun 2022 02:19:42 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3A2F19297; Tue, 7 Jun 2022 23:15:57 -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 A58BBB81FC9; Wed, 8 Jun 2022 06:15:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C4F60C34116; Wed, 8 Jun 2022 06:15:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1654668955; bh=ryIOVG2/H44ZWlE3JtU1m7wD6c6zOxENtCDNvDozD+I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S3tDaUKg6m5er2DxG2+5A+y5EZr/hY/Hn2B/KshYvMNIe4/tAI5wPxNU1vgiGKDPb keG0PnPkF54J3SjwpBN+axJzS9GVZkL7qccSj7Tc68U6xAuAKdGQD2WUCaWGblEJ8W ZSfUzLn4ymUhI4Tj9pX0VmdPooaXGYculIsbUV40= Date: Wed, 8 Jun 2022 08:15:52 +0200 From: Greg Kroah-Hartman To: Joe Perches Cc: Sasha Levin , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Soumya Negi , fabioaiuto83@gmail.com, hdegoede@redhat.com, straube.linux@gmail.com, linux@roeck-us.net, linux-staging@lists.linux.dev Subject: Re: [PATCH AUTOSEL 5.15 24/51] staging: rtl8723bs: Fix alignment to match open parenthesis Message-ID: References: <20220607175552.479948-1-sashal@kernel.org> <20220607175552.479948-24-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 07, 2022 at 05:04:08PM -0700, Joe Perches wrote: > On Tue, 2022-06-07 at 13:55 -0400, Sasha Levin wrote: > > From: Soumya Negi > > > > [ Upstream commit f722d67fad290b0c960f27062adc8cf59488d0a7 ] > > > > Adhere to Linux coding style. Fixes checkpatch warnings: > > CHECK: Alignment should match open parenthesis > > CHECK: line length of 101 exceeds 100 columns > > why should this be backported? It's only whitespace changes. Good catch, it should not. thanks, greg k-h