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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 893B7C433F5 for ; Sun, 28 Nov 2021 14:50:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 587886FCBC; Sun, 28 Nov 2021 14:50:31 +0000 (UTC) Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by gabe.freedesktop.org (Postfix) with ESMTPS id 311426FC85 for ; Sun, 28 Nov 2021 14:50:30 +0000 (UTC) X-UUID: ec9b61076a0d4450a92c73cc97b8ee90-20211128 X-UUID: ec9b61076a0d4450a92c73cc97b8ee90-20211128 Received: from mtkcas10.mediatek.inc [(172.21.101.39)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1340841150; Sun, 28 Nov 2021 22:50:23 +0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs07n2.mediatek.inc (172.21.101.141) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sun, 28 Nov 2021 22:50:22 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Sun, 28 Nov 2021 22:50:22 +0800 Message-ID: <1807a4c28ee57aa9c61ccecbc87dae749ae14808.camel@mediatek.com> Subject: Re: [PATCH 1/3] mialbox: move cmdq suspend,resume and remove after cmdq_mbox_flush From: Jason-JH Lin To: Tzung-Bi Shih Date: Sun, 28 Nov 2021 22:50:22 +0800 In-Reply-To: References: <20211117064158.27451-1-jason-jh.lin@mediatek.com> <20211117064158.27451-2-jason-jh.lin@mediatek.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-MTK: N X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Chun-Kuang Hu , fshao@chromium.org, David Airlie , singo.chang@mediatek.com, Jassi Brar , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, nancy.lin@mediatek.com, linux-mediatek@lists.infradead.org, hsinyi@chromium.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Tzung-Bi, Thanks for the reviews. On Thu, 2021-11-18 at 13:55 +0800, Tzung-Bi Shih wrote: > On Wed, Nov 17, 2021 at 02:41:56PM +0800, jason-jh.lin wrote: > > Typo in the commit title "mialbox: move cmdq suspend,resume and > remove after cmdq_mbox_flush". > > s/mialbox/mailbox/ -- I'll fix this typo at the next version. Regards, Jason-JH Lin