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 E930B30CD95 for ; Wed, 7 Jan 2026 10:09:24 +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=1767780567; cv=none; b=B89ztsqdK2v5SSwcTDDDOEGraoKXUBbZnZM81gh2Wxfb5pSRCS7ga7ofJqsAjy9x1orgx23/mHk0u8bpZVVv8/Dz5K2RRxGJ6zyGuWg4gJz0RcdJX/s4tHGA/AI8Y3sBacW/zIqUJdyaM2aOruGqPw+qU5vPKxz6Jx72sq+xr5I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767780567; c=relaxed/simple; bh=L1AhLrdfutEWEjNu89IT1+dmfS7AJjF3T18lcSapH88=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=PH99U56UAze46r5q1w+BQtByqoDKvHmg5J+fapfJhjA9zrr1Odn5ctwcG0lTYVnl5orHTU03t0ZYUrqahv7kVEJ6oD75D6BtSUr0gRofo7EW9mZMv3cXqBmj0cLLPQjXti130iR5K98ww7Sr6pKg37VsOLf3A0AbcxDLRMY69Oo= 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 BF6616732A; Wed, 7 Jan 2026 11:09:20 +0100 (CET) Date: Wed, 7 Jan 2026 11:09:20 +0100 From: Christoph Hellwig To: Wilfred Mallawa Cc: Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, Wilfred Mallawa , Damien Le Moal Subject: Re: [PATCH v2] nvme/host: fixup some typos Message-ID: <20260107100920.GA26943@lst.de> References: <20260105040829.732046-2-wilfred.opensource@gmail.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: <20260105040829.732046-2-wilfred.opensource@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Bit: the subject prefix is we usually use is just "nvme: ". > /* > * Handle ioctls that apply to the controller instead of the namespace > - * separately and drop the ns SRCU reference early. This avoids a > + * separately and drop the ns SRCU reference early. This avoids a I don't see a typo here, just a reformatting to a different comment style not very commonly used in the nvme code. > -/* Define the socket priority to use for connections were it is desirable > +/* Define the socket priority to use for connections where it is desirable The change looks good, but if you touch this, you might as well fix up the comment style to match the normal kernel style: /* * Define the socket priority to use for connections where it is desirable