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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF655C43603 for ; Mon, 16 Dec 2019 11:24:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AD58820725 for ; Mon, 16 Dec 2019 11:24:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727574AbfLPLYX (ORCPT ); Mon, 16 Dec 2019 06:24:23 -0500 Received: from isilmar-4.linta.de ([136.243.71.142]:49880 "EHLO isilmar-4.linta.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727437AbfLPLYB (ORCPT ); Mon, 16 Dec 2019 06:24:01 -0500 X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES Received: from light.dominikbrodowski.net (brodo.linta [10.1.0.102]) by isilmar-4.linta.de (Postfix) with ESMTPSA id B1B1B200ACB; Mon, 16 Dec 2019 11:23:58 +0000 (UTC) Received: by light.dominikbrodowski.net (Postfix, from userid 1000) id 1316C20AD0; Mon, 16 Dec 2019 11:25:34 +0100 (CET) Date: Mon, 16 Dec 2019 11:25:34 +0100 From: Dominik Brodowski To: Simon Geis Cc: Greg Kroah-Hartman , Thomas Gleixner , Colin Ian King , Adam Zerella , linux-kernel@vger.kernel.org, linux-kernel@i4.cs.fau.de, Lukas Panzer Subject: Re: [PATCH v3 02/10] PCMCIA/i82092: add/remove spaces to improve readability Message-ID: <20191216102534.GB159459@light.dominikbrodowski.net> References: <20191213135311.9111-1-simon.geis@fau.de> <20191213135311.9111-3-simon.geis@fau.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191213135311.9111-3-simon.geis@fau.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 13, 2019 at 02:53:06PM +0100, Simon Geis wrote: > Improve the readability by adding whitespaces after commas > and around comparative operations. Also change indentation of > one comment block. > While at it, remove trailing whitespaces and spaces before tabs. > > Co-developed-by: Lukas Panzer > Signed-off-by: Lukas Panzer > Signed-off-by: Simon Geis Applied, thanks. Dominik