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=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 57D86C432C0 for ; Tue, 26 Nov 2019 15:12:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2299A20722 for ; Tue, 26 Nov 2019 15:12:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="HRYoQzdR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727927AbfKZPMT (ORCPT ); Tue, 26 Nov 2019 10:12:19 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:40098 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727418AbfKZPMT (ORCPT ); Tue, 26 Nov 2019 10:12:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=qlHMGMW/mER/ug0FVdMjPHGf7gqNNs79oj6hmUgpqe4=; b=HRYoQzdRi8MtTqcped00ddh/p fKt4WGGRVtOtbj1mKwLNArdn1roSySJ1XldB97OfClfOV0xcJ6OAzvtlUHzZLeVlVIp1iDg5n5Cdp htG0qfii7XfaEIcQIjgu08I+9SJLYRvvIZwshTXlHl9nxpsv4v9gW7ZKQLGmQftsbPwdvsdavQeZ/ +zfHPeL91WMiYo3ImcMjPcIhpg4yi4sDMA69B0hprhLI3kUkKOFc8PWGRplHd6DPvtSvLJFBO2xVA JLTJz3Txths2/HRvG4DHomqowRuBP1sY67TpVV50Pr5unIexL3uZRPRm6FNOPFJRPrLLSEoapS4zt /gUyT+ECQ==; Received: from willy by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1iZcVk-0000bD-GK; Tue, 26 Nov 2019 15:12:16 +0000 Date: Tue, 26 Nov 2019 07:12:16 -0800 From: Matthew Wilcox To: Matthew Bobrowski Cc: Jan Kara , "Darrick J. Wong" , Christoph Hellwig , linux-fsdevel@vger.kernel.org, Eric Biggers Subject: Re: [PATCH] iomap: Do not create fake iter in iomap_dio_bio_actor() Message-ID: <20191126151216.GD20752@bombadil.infradead.org> References: <20191125083930.11854-1-jack@suse.cz> <20191125111901.11910-1-jack@suse.cz> <20191125211149.GC3748@bobrowski> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191125211149.GC3748@bobrowski> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Nov 26, 2019 at 08:11:50AM +1100, Matthew Bobrowski wrote: > > + * are operating on right now. The iter will be re-expanded once > ^^ > Extra whitespace here. That's controversial, not wrong. We don't normally enforce a style there. https://www.theatlantic.com/science/archive/2018/05/two-spaces-after-a-period/559304/ (for example. you can find many many many pieces extolling one or two spaces).