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 B4190EB64DD for ; Tue, 18 Jul 2023 16:24:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231811AbjGRQYs (ORCPT ); Tue, 18 Jul 2023 12:24:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230501AbjGRQYo (ORCPT ); Tue, 18 Jul 2023 12:24:44 -0400 Received: from out-14.mta1.migadu.com (out-14.mta1.migadu.com [IPv6:2001:41d0:203:375::e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3CA7DB5 for ; Tue, 18 Jul 2023 09:24:43 -0700 (PDT) Message-ID: <77cbc2f6-c574-19f5-7277-cc85afefe855@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1689697481; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BfcgypQOAxzvXKZanWnc9PpMkW6aFsIfrCBY7LttHdk=; b=SROZTuSO2XZiJnsvUFQ3QJqxa2GSqhCn6XwN4/0xhKR/OJxXTJg+D8KxG8xTy28x3lwFoS XMe5b+wC3t//Vj3+V5Dr00N207aEb3CLnSUMy/Afg4E1EYQeuW2ugepxm+TuhLW/aJ8SIQ 8KxuNYFQjlvuKnB8WiVGzkGypUP360M= Date: Wed, 19 Jul 2023 00:24:31 +0800 MIME-Version: 1.0 Subject: Re: [PATCH v1 3/8] drm/etnaviv: Drop the second argument of the etnaviv_gem_new_impl() Content-Language: en-US To: suijingfeng , Lucas Stach , Russell King , Christian Gmeiner , David Airlie , Daniel Vetter Cc: loongson-kernel@lists.loongnix.cn, etnaviv@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <20230623100822.274706-1-sui.jingfeng@linux.dev> <20230623100822.274706-4-sui.jingfeng@linux.dev> <862358e67a6f118b11ba16fb94828e9d1635cb66.camel@pengutronix.de> <06b291d4-9cab-5179-2a90-a73449ddb2dd@loongson.cn> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sui Jingfeng In-Reply-To: <06b291d4-9cab-5179-2a90-a73449ddb2dd@loongson.cn> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/7/19 00:16, suijingfeng wrote: > Because communicate will you 'will' -> 'with'