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 3DC503C3C for ; Wed, 18 Sep 2024 12:03:55 +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=1726661037; cv=none; b=GaxDfVuFfjCppgLNBv8MAqpn+mLqBKL7llr77lQ7wrBi36QM6v+7M5A0dze5ZWoGsJoLxNAsgEG+eRie+iiglcwh2w9PazLU89By+2AerY0o/lV9y6tx45WOmgftFmGkX7NPwGZEsDoZCnnfYIEtd9XmWyqY3l+ENKdGtx/5MLM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726661037; c=relaxed/simple; bh=qH9stToMqk3SMsag+rAXvfNzqj12US92NzTuc5WZtvM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Xdna2UArVcLisjZRFpW53k4uVYNc+BkIPwzrVgwFPvP4hvXt+t+QyNLttmQYYPjUVi3maJeCs3saguI6UmEsKLTzNZNqpUzExIzUnmadtaUh1lSoHHI4TWQxZBwRsvOcSnKk4olPbS5bJ+J9PjNiWQdWXHfVrrj0K4XEs0cPHw0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (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=none (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 6DDA1227AAD; Wed, 18 Sep 2024 14:03:51 +0200 (CEST) Date: Wed, 18 Sep 2024 14:03:51 +0200 From: Christoph Hellwig To: Rohit Chavan Cc: Christoph Hellwig , Sagi Grimberg , Chaitanya Kulkarni , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] nvmet: Fix warnings given by checkpatch Message-ID: <20240918120351.GA20881@lst.de> References: <20240918081134.908075-1-roheetchavan@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: <20240918081134.908075-1-roheetchavan@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Please don't waste peoples time by sending checkpatch cleanups. Good coding style is nice to have, but unless you do actualy substantial work in the area that has issues it's just churn that creates work.