From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 29D2B31985D for ; Wed, 7 Jan 2026 13:15:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767791723; cv=none; b=imynFNFnyEYMk2qAc4a1nzD0WeJMmr7JmrnogfRDFgB6cnm8c+6YEyxqGc+2XTLELZFA8Ej1cQ5M8J8GBO7Ut3FnEHCmPKQiKA9vIlEtNdCeJ1UcVmDLNq/8TbjOmY3o6qvyh/m6VK4JamhVBPYO0I0ThWBV8UhrWeLnqx+blAI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767791723; c=relaxed/simple; bh=6V2BV4c0tG+ZXtJ0tJnvO7Fdh339rUCKhD7zaAco258=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=i2oosPvMc3QijxuiTDUeRKeD3yvu2YBB6mu92Y0so7abcbyWp/az9TsUAO2EA3ge+JueC4YDXe0HKbIKjo5ZJdYD9JCwTqZtanzA6HolHnsxWErKTHIM9BqSJ2JyHfIWpsSkfs9655VfseknuY6Vz4XdBSe2BzwDH04Jkdi76nY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 683F4227AAC; Wed, 7 Jan 2026 14:15:16 +0100 (CET) Date: Wed, 7 Jan 2026 14:15:15 +0100 From: hch To: Wilfred Mallawa Cc: hch , "kbusch@kernel.org" , "dlemoal@kernel.org" , "axboe@kernel.dk" , "sagi@grimberg.me" , "linux-nvme@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2] nvme/host: fixup some typos Message-ID: <20260107131515.GB7575@lst.de> References: <20260105040829.732046-2-wilfred.opensource@gmail.com> <20260107100920.GA26943@lst.de> <7db5ef3b6980270c948f6bd5dd9685e15493302c.camel@wdc.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7db5ef3b6980270c948f6bd5dd9685e15493302c.camel@wdc.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Wed, Jan 07, 2026 at 10:33:37AM +0000, Wilfred Mallawa wrote: > > I don't see a typo here, just a reformatting to a different comment > > style not very commonly used in the nvme code. > > It's just the extra white space before the "This avoids". Is that not a > typo? Double spaces after the end of a sentence is common style for fixed width font text and recommended by various (usually older) coding guidelines. But even typesetting for variable-sided fonts sometimes add extra space, in TeX this is known as "french spacing"