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 71576C433FE for ; Tue, 8 Nov 2022 15:21:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234209AbiKHPVX (ORCPT ); Tue, 8 Nov 2022 10:21:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234106AbiKHPVU (ORCPT ); Tue, 8 Nov 2022 10:21:20 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CCB2C38AC for ; Tue, 8 Nov 2022 07:21:14 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 2EA5D61633 for ; Tue, 8 Nov 2022 15:21:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 385FAC433C1; Tue, 8 Nov 2022 15:21:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1667920873; bh=Ig3E3BtNkG1UvTcoImrclXzJXrA+uPW4+Ymp9OZw0Ww=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EFLiQsEWJ4mjLLdRMdJmUxZIxwD3v+96jSt4qs5sR+YeWVU22ahr7TFVv/MWcb5Tu D4STTxO2gr8LxHsarvCqKE9YY6W553yTWtNbBxQcdZsGP9+b/6bk/Gx/TUtvvFL+RW eidBAfoPNxslsOXISQowailiu9JlJq9znA78/Z7M= Date: Tue, 8 Nov 2022 16:21:10 +0100 From: Greg KH To: Jerom van der Sar Cc: philipp.g.hortmann@gmail.com, error27@gmail.com, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4] staging: rtl8192e: space formatting fixes in rtl_cam.c Message-ID: References: <20221102200057.397-1-jerom.vandersar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221102200057.397-1-jerom.vandersar@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 02, 2022 at 09:00:58PM +0100, Jerom van der Sar wrote: > Fixed a few coding style issues in rtl_cam.c: two times lack of > spaces around binary operators. Some other warnings still remain. > These issues were found by scripts/checkpatch.pl. > > This patch helps clean up the rtl8192e driver in staging, making it > easier to read and maintain. > > Signed-off-by: Jerom van der Sar > --- > Changes in v4: > - Reverted more double blank line formatting fixes to make the patch > even smaller. Does not apply to my tree :(