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 A7CD4C433EF for ; Wed, 22 Dec 2021 08:23:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239639AbhLVIXg (ORCPT ); Wed, 22 Dec 2021 03:23:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34866 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229548AbhLVIXg (ORCPT ); Wed, 22 Dec 2021 03:23:36 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 09022C061574 for ; Wed, 22 Dec 2021 00:23:36 -0800 (PST) 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=yCKFrFKF7Vuw4wleZFantaSzNpNvWrWC62nu2LjDawE=; b=zwiLqyHJ8YjH3ItyJiTITRKs3/ 4MNGRtpdfgq3VOfNwzfWpqZJC6xkSpeBbuNea8WcQ2KMPEjos8WbIcz/83m3KrG0YRhdk758OSvWx p7tdUj6mrdJ0WRB7c/SzSlHvOqvJLD/bvIUMRzwPBdUdRglqLOvfh5TpVdy/ROn+VqggTu3aiRC0X Fy3X1MZCG65iP64qp0YEvJdBk8JfbiohCiljB5+OpUwvhNDCPv0rKygcOgmcPv2qvsxyCvY6QH1aY QmN1R+YRQLZe0tiLRNjZi01iw8iYArCmelw4nzNJZYqESbFZG3U4QzHtwjqmWp1w6oxooQhVQ10MY +uiPmzBQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mzwuI-009eYF-8w; Wed, 22 Dec 2021 08:23:30 +0000 Date: Wed, 22 Dec 2021 00:23:30 -0800 From: Christoph Hellwig To: Guo Zhengkui Cc: Christoph Hellwig , Marek Szyprowski , Robin Murphy , "open list:SWIOTLB SUBSYSTEM" , open list , kernel@vivo.com Subject: Re: [PATCH] Swiotlb: remove a duplicate include Message-ID: References: <20211222025416.3505-1-guozhengkui@vivo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211222025416.3505-1-guozhengkui@vivo.com> 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 On Wed, Dec 22, 2021 at 10:54:16AM +0800, Guo Zhengkui wrote: > Remove a duplicate "#include ". The deleted one in line 43 > is under "#ifdef CONFIG_DMA_RESTRICTED_POOL". However, there is already > one in line 53 with no conditional compile. This doesn't apply to the dma-mapping for-next tree. Also please don't capitalize the subject line.