From nobody Fri Jun 19 14:45:31 2026 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 DB926C433EF for ; Sat, 2 Apr 2022 13:44:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354340AbiDBNqN (ORCPT ); Sat, 2 Apr 2022 09:46:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353026AbiDBNqM (ORCPT ); Sat, 2 Apr 2022 09:46:12 -0400 Received: from 189.cn (ptr.189.cn [183.61.185.104]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4FBD61385BE for ; Sat, 2 Apr 2022 06:44:18 -0700 (PDT) HMM_SOURCE_IP: 10.64.8.31:55616.477137328 HMM_ATTACHE_NUM: 0000 HMM_SOURCE_TYPE: SMTP Received: from clientip-114.242.206.180 (unknown [10.64.8.31]) by 189.cn (HERMES) with SMTP id D041D1002A6; Sat, 2 Apr 2022 21:44:14 +0800 (CST) Received: from ([114.242.206.180]) by gateway-151646-dep-b7fbf7d79-bwdqx with ESMTP id b3a587eefe364da59d7e4dc97f1ad336 for sumit.semwal@linaro.org; Sat, 02 Apr 2022 21:44:15 CST X-Transaction-ID: b3a587eefe364da59d7e4dc97f1ad336 X-Real-From: 15330273260@189.cn X-Receive-IP: 114.242.206.180 X-MEDUSA-Status: 0 Sender: 15330273260@189.cn From: Sui Jingfeng <15330273260@189.cn> To: Sumit Semwal , =?UTF-8?q?Christian=20K=C3=B6nig?= Cc: linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linaro-mm-sig@lists.linaro.org, linux-kernel@vger.kernel.org Subject: [PATCH] drivers/dma-buf: dma-buf.c: fix a typo Date: Sat, 2 Apr 2022 21:44:13 +0800 Message-Id: <20220402134413.1705246-1-15330273260@189.cn> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Signed-off-by: Sui Jingfeng <15330273260@189.cn> Reviewed-by: Christian K=C3=B6nig and pushed to=20 --- drivers/dma-buf/dma-buf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma-buf/dma-buf.c b/drivers/dma-buf/dma-buf.c index df23239b04fc..775d3afb4169 100644 --- a/drivers/dma-buf/dma-buf.c +++ b/drivers/dma-buf/dma-buf.c @@ -443,7 +443,7 @@ static struct file *dma_buf_getfile(struct dma_buf *dma= buf, int flags) * as a file descriptor by calling dma_buf_fd(). * * 2. Userspace passes this file-descriptors to all drivers it wants this = buffer - * to share with: First the filedescriptor is converted to a &dma_buf u= sing + * to share with: First the file descriptor is converted to a &dma_buf = using * dma_buf_get(). Then the buffer is attached to the device using * dma_buf_attach(). * --=20 2.25.1