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 68A2E1327F2 for ; Wed, 3 Apr 2024 09:42:31 +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=1712137353; cv=none; b=j3SNAFXw0I2OA3bhI6fTbFZ9dAFibVVUFoqI8uo9pE6eMpNbOma2w3hxFfjidnF07H7QaeNGpZ7lDV3sSh0wQftvoCRer6bvBmk+vWoRh7pM2i6pfYGtJJf6GTmoyYagDzMLwCBbOLh4SEw0MBGOye5yLgh3LmWpiRaadjHtzAY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712137353; c=relaxed/simple; bh=QRA1YwCiHBI26HpUVKJGnNMRhX+qFRxiIVI0/xjn2E0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SuCBU2gNdezPNC5cRELdDLmz9LLDvImwXuPPh0GoGozwRBIVRWaVUQsaLJtE4q2bosMu06uXu2aTzoOu4nWd1xohfWgw9D4R0QV2JHo8h85hRm9Zjuvyb6WWu/FfhWknupaGosWLn1OyFg2+HvjqW+YeUxIB5lJ3xhi1lq8aOho= 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 7B47A68BFE; Wed, 3 Apr 2024 11:42:25 +0200 (CEST) Date: Wed, 3 Apr 2024 11:42:25 +0200 From: Christoph Hellwig To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, Christoph Hellwig , Marek Szyprowski , Arnd Bergmann , Kyungmin Park , Michal Nazarewicz , Robin Murphy , Yajun Deng , Binglei Wang , Anshuman Khandual , Andrew Morton , Zhenhua Huang , iommu@lists.linux.dev Subject: Re: [PATCH 14/34] dma/congiguous: avoid warning about unused size_bytes Message-ID: <20240403094225.GA4828@lst.de> References: <20240403080702.3509288-1-arnd@kernel.org> <20240403080702.3509288-15-arnd@kernel.org> 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: <20240403080702.3509288-15-arnd@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) contiguous is misspelled in the subject. Instead of the __maybe_unused annotation I'd just conver it to a cpp #define. I can take care of that if you want.