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 54E5C17C6B for ; Mon, 22 Jul 2024 23:16:34 +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=1721690198; cv=none; b=XYaFWfxKmH+pqUeQjgQT0YlLjqsmQ3jU5RQk8G8c/htj7KkiIUroEgqqZzIbPulvn62CwYusGldnlniHZsuvwIhpbHM1zE4fisXNTZmZw4iMV2Tp8hlCBW5hgtyvq3/BFG43q0NNhV/Z4AYq+nByf18eJekcRg++lheio/BzXZg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721690198; c=relaxed/simple; bh=TcvdJXVJKv7io3GIC8QJ7ec05t1nrM9xp5W9TPsqRRg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BKxbuvNayU1t9R8rSZ0617XuHNKYrhtVFXs5XGSZlBDN9D15dl83v+vFMkFSRzf7DKoW/Hd/nwlSQKw3oSw+5fnFtoMuG6xptni5BZgjkAGXXJeZZS8zJzAQW3RPDCEwc9yQVEwNeZ9CBc3ekLFFxKZ6hjpv/f1iUegrnEf5U/4= 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 D340F68CFE; Tue, 23 Jul 2024 01:16:30 +0200 (CEST) Date: Tue, 23 Jul 2024 01:16:30 +0200 From: Christoph Hellwig To: Leon Romanovsky Cc: Christoph Hellwig , Robin Murphy , Joerg Roedel , Will Deacon , Marek Szyprowski , Easwar Hariharan , linux-kernel@vger.kernel.org, iommu@lists.linux.dev, Jason Gunthorpe , Greg Kroah-Hartman Subject: Re: [PATCH v3 2/2] dma: add IOMMU static calls with clear default ops Message-ID: <20240722231630.GA3184@lst.de> References: <20240722151037.GA25001@lst.de> <20240722154458.GA7022@unreal> <20240722154929.GA26317@lst.de> <20240722160555.GB7022@unreal> Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240722160555.GB7022@unreal> User-Agent: Mutt/1.5.17 (2007-11-01) On Mon, Jul 22, 2024 at 07:05:55PM +0300, Leon Romanovsky wrote: > Should I need to reformat the code to your preferred style? > I can do it, but it will be manual work :(. Just keep it as it was. And preferably also follow the style in dma-iommu.h. In the worst case I can just fix it up when applying the patch.