From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 263E1C6FD18 for ; Wed, 29 Mar 2023 23:50:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230508AbjC2Xuw (ORCPT ); Wed, 29 Mar 2023 19:50:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51940 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229703AbjC2Xuu (ORCPT ); Wed, 29 Mar 2023 19:50:50 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B40F1722 for ; Wed, 29 Mar 2023 16:50:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=oyV0m3hpkmf/Omm6/ygnd+OzLKd+xn/T/2Yt4qkeb2k=; b=ut3ZlDnM9Hqib8b5Mnhg6DPxVR rjn8vcgXe5a0tG7JKoL9mXfvZCmeGwjNbW4L+8TkhU93oF65YHQ+w9o81Kp9AcfZ2Apb6yE0Z2O6o dzm0hLjC/dGvFXrXQv+G2h5fWhzQ1OVd/5jvxPQ02Pp//34vEAQ5tZ7F96wgyhJXOQrLcyX/Ire3x cr1CXYZct8x4ArTXQBcqitMME3vF/FjuYqPFMRhbgS0TPmfAx1D9RJSgXXIV2U9Jhel6woa/WNkGt ydC4Mkqsk3QxqgZqP0BZf7Iw6Hge5ZpNptkKcLSDA6InfbUHpJkT+qAY8OvKwyYvb8WT49jmGc2kh +Drr07Ig==; Received: from [182.171.77.115] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1phfYl-0026AV-0g; Wed, 29 Mar 2023 23:50:31 +0000 Date: Thu, 30 Mar 2023 08:50:28 +0900 From: Christoph Hellwig To: Geert Uytterhoeven Cc: Desnes Nunes , Christoph Hellwig , Marek Szyprowski , Robin Murphy , iommu@lists.linux.dev, linux-kernel@vger.kernel.org, kernel test robot , noreply@ellerman.id.au, Arnd Bergmann Subject: Re: [PATCH -next] dma-debug: Use %pa to format phys_addr_t Message-ID: References: <20230329071405.1568021-1-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230329071405.1568021-1-geert+renesas@glider.be> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I've applied this as it is the first fix I got into my mailbox for it. Arnd sent one a little later, which uses %pap instead of %pa, which confused me a bit. The documentation seems to allow both without any recommendation which one to use, which confuses me even further.