From patchwork Thu Oct 27 07:26:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?TWFyay1QSyBUc2FpICjolKHmspvliZsp?= X-Patchwork-Id: 13021722 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 50AE7C67871 for ; Thu, 27 Oct 2022 07:40:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=OPqxRnVasIfHF9a3MtfuzMwBWJ8xH7OGBmSA0hy2S78=; b=x0ki3GSHKvv5OE Y8Y3wANK0nfWbJpyToVrelGpBCTolOKrfURgSwIH+y1XiVgkm9pLiP0vosVZEIxCwICY+BrU2uylc LuydxZMi1RvHHN7NSdYETOlDqoyo5VXoD/uvzlTSHpKFnxMy7++kZZ6WcAbJuVRx7IrtULL3DNd2X 51K9oL+O7YIYXGOoZfevEtMfuOXDPS4E5CyOunUEjXgJBVyJfd2CFQTdga71S4rL0sDNvR+9pRBYz mlyLXBxciB8OO8kMLmSN+zoAFYS7ctsezg/NYrLd1pBlDza+i1A3fv9lSO02vv90CIOCXg1gwJrTA 3PY8qHqJuZrY0m/jxGnw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1onxTh-00CCRV-LC; Thu, 27 Oct 2022 07:39:01 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1onxTc-00CCO8-Dh; Thu, 27 Oct 2022 07:38:57 +0000 X-UUID: a9e4aeb414f14cc79e3ad5aa85c489de-20221027 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=fit9DE1uftXws95JgYIXJNf7F1hkoUCp6yPmdEg2Etg=; b=NjBwhMzgIpV2QjhmFfavsFozFD0hzPU6FIfOm+3WV2QPRWAVHms6h8t1iCsJ1q87o2LKzgA9EHh1K1JmyAPMZptSv7z/fh0r8AmQOVgC9NfVE1YmoexPzaEWaDDekmYtm3n4CLS3vT+r62mh0I323doX0sHoaSZlET9qDjaYHJs=; X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.12,REQID:803ac072-e38a-4d7c-a87b-3262992155d1,IP:0,U RL:0,TC:0,Content:0,EDM:0,RT:0,SF:0,FILE:0,BULK:0,RULE:Release_Ham,ACTION: release,TS:0 X-CID-META: VersionHash:62cd327,CLOUDID:52b4d6e4-e572-4957-be22-d8f73f3158f9,B ulkID:nil,BulkQuantity:0,Recheck:0,SF:102,TC:nil,Content:0,EDM:-3,IP:nil,U RL:0,File:nil,Bulk:nil,QS:nil,BEC:nil,COL:0 X-UUID: a9e4aeb414f14cc79e3ad5aa85c489de-20221027 Received: from mtkmbs11n1.mediatek.inc [(172.21.101.185)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 1988147131; Thu, 27 Oct 2022 00:38:43 -0700 Received: from mtkmbs13n1.mediatek.inc (172.21.101.193) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.792.15; Thu, 27 Oct 2022 15:28:07 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkmbs13n1.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.792.15 via Frontend Transport; Thu, 27 Oct 2022 15:28:07 +0800 From: Mark-PK Tsai To: Sumit Semwal , Benjamin Gaignard , Liam Mark , "Laura Abbott" , Brian Starkey , "John Stultz" , =?utf-8?q?Christian_K=C3=B6nig?= , Matthias Brugger CC: , Mark-PK Tsai , , , , , , Subject: [PATCH] dma-buf: cma_heap: Fix typo in comment Date: Thu, 27 Oct 2022 15:26:38 +0800 Message-ID: <20221027072642.23787-1-mark-pk.tsai@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221027_003856_495830_65648F3B X-CRM114-Status: GOOD ( 10.81 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Fix typo in comment. Signed-off-by: Mark-PK Tsai Reviewed-by: AngeloGioacchino Del Regno --- drivers/dma-buf/heaps/cma_heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma-buf/heaps/cma_heap.c b/drivers/dma-buf/heaps/cma_heap.c index 28fb04eccdd0..cd386ce639f3 100644 --- a/drivers/dma-buf/heaps/cma_heap.c +++ b/drivers/dma-buf/heaps/cma_heap.c @@ -316,7 +316,7 @@ static struct dma_buf *cma_heap_allocate(struct dma_heap *heap, kunmap_atomic(vaddr); /* * Avoid wasting time zeroing memory if the process - * has been killed by by SIGKILL + * has been killed by SIGKILL */ if (fatal_signal_pending(current)) goto free_cma;