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 04879C4332F for ; Tue, 27 Dec 2022 10:16:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229730AbiL0KQU (ORCPT ); Tue, 27 Dec 2022 05:16:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39638 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229445AbiL0KQQ (ORCPT ); Tue, 27 Dec 2022 05:16:16 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1BF932DE for ; Tue, 27 Dec 2022 02:16:15 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9350360FFD for ; Tue, 27 Dec 2022 10:16:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 816A1C433EF; Tue, 27 Dec 2022 10:16:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672136174; bh=+q5W7WleDYVMITIm3acgRbVrF2RJrwwLXdEOds9e0AQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hQ+AdUpimcuOwZDw5/w1Iiaz2eVYaNWYpkwbd2UIdYR2q1VdB/8U/jn/YEJPewZUU ngKOo4s/x5kGHNBH/gyR5dYNsVpNgZ5XFXoy3IhTnwu9sqRiYw6il4V5ACotrgctsk LkMwRON9hcQVR8TgXe4F96ej2RjVZ8mpg3jBtuf29yZNX18DpBK6Ue3agaN2Q02XM/ ZqIa7TtTyv6BndzPegIHzLcJHKGMo9Ieox6bDgx+Thc1j86n1EZHq5FtWB1CB9Dk1b +8TjouRcomvej6UPWBbgS/u9BdTQyuxl7GaxFWPAolxN/CmzbWou7/f6WamOf1hKeu F1tOfDkNED+ww== Date: Tue, 27 Dec 2022 18:16:11 +0800 From: Tzung-Bi Shih To: Mark Hasemeyer Cc: LKML , Raul Rangel , Bhanu Prakash Maiya , kernel test robot , Prashant Malani , Benson Leung , Guenter Roeck , chrome-platform@lists.linux.dev Subject: Re: [PATCH v12 1/3] platform/chrome: cros_ec_uart: Add cros-ec-uart transport layer Message-ID: References: <20221209092619.v12.1.If7926fcbad397bc6990dd725690229bed403948c@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221209092619.v12.1.If7926fcbad397bc6990dd725690229bed403948c@changeid> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 09, 2022 at 09:26:22AM -0700, Mark Hasemeyer wrote: [...] > Reported-by: kernel test robot Missed 1 comment from previous email. Please drop the tag as this patch isn't a fix. The robot didn't report to add "cros-ec-uart". One comment for the title "platform/chrome: cros_ec_uart: Add cros-ec-uart transport layer". I think you could drop "cros-ec-uart" as the information is duplicated.