Received: by 2002:ac0:e34a:0:0:0:0:0 with SMTP id g10csp512785imn; Thu, 28 Jul 2022 07:32:22 -0700 (PDT) X-Google-Smtp-Source: AGRyM1s5GOnxUEi7khiSnKEHE5XjcIrsN7ycWzanmt9WkgWxxbRh+xDF/l1Gas36gKWWWdaINNjP X-Received: by 2002:a17:90a:db4d:b0:1f3:11ff:9b74 with SMTP id u13-20020a17090adb4d00b001f311ff9b74mr7502436pjx.94.1659018741995; Thu, 28 Jul 2022 07:32:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1659018741; cv=none; d=google.com; s=arc-20160816; b=pP4na2FvAcbsuubUYYNodH8l5CBTWz0PZjl6yULgXt4Q3Ow6DJuDpTXL3HNWfkbRvl P05U1KkuP43JSD/zeLhbP5PRY0XDJ/m72KEvM/Ar1ACTQP3ujppIBUBkU6avz3AhLv5s ujXyOdcEN2g0yOqwPO75+GK2FyJmaB4KKSSkp7IMjag9NZSzjaY1bhZwaGchxlW9LG5N AZ4NruQmpWN2J5gxEuuRC2HcrE3BwspT3zXWcLE6owwYrbDbCzpzhzzZTPfsT6KSPBuG io/bWvVM4RChny9SjF81hTrdEsI7hpkBHSE7LYdZhNwT/OVKbLLq7Z318Uh20GVgavmA 6YEw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=Sq5FTZdZCuJGAIiKXu3zLR9CZVx0uxX1AdIquLrEsgI=; b=pO5z0wmiaeeTZZawWBBHJ9pUQPAIkzfBWISdxNNwjtpS0QGC3auH5rorSWMc5faRfx GG82pahnX2E1MrEFAyf+zM1ZI03jgj+/UOxCf41ChSEKteAHI7T198ZjMKcsB7qEYgv0 ee5Zycq0DeOwBt8FRbwSHDU1tb/uRpgy8kNT+E4d3VtXxKmjj+FjWc0oZtJHnTFV8S3Q hvD69NR+c0+LbLCJDFp4FxQD0+s28AGCiGlT5wacOEg0HbxW+SyRtfub/pdnIC2546fj dIrSgK4utgK/BOMqVrYsK3a5M2X19C9WqH8Bav5iRwUMvB+hG32sFIg4QY0mefzuCMnY MpuA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id t20-20020a170902d29400b0016d20eeef26si1009221plc.540.2022.07.28.07.31.58; Thu, 28 Jul 2022 07:32:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231524AbiG1OV4 (ORCPT + 99 others); Thu, 28 Jul 2022 10:21:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50636 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229751AbiG1OVz (ORCPT ); Thu, 28 Jul 2022 10:21:55 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 139C22B27E; Thu, 28 Jul 2022 07:21:51 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 8C2C067373; Thu, 28 Jul 2022 16:21:48 +0200 (CEST) Date: Thu, 28 Jul 2022 16:21:48 +0200 From: Christoph Hellwig To: Logan Gunthorpe Cc: Christoph Hellwig , iommu@lists.linux-foundation.org, Linux Kernel Mailing List , Linux Next Mailing List , Stephen Rothwell Subject: Re: [PATCH] dma-mapping: Reformat comment to suppress htmldoc warning Message-ID: <20220728142148.GA17685@lst.de> References: <20220727191522.118559-1-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220727191522.118559-1-logang@deltatee.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_NONE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks, applied.