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 E2389C4332F for ; Tue, 12 Dec 2023 08:29:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234938AbjLLI24 (ORCPT ); Tue, 12 Dec 2023 03:28:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231236AbjLLI2o (ORCPT ); Tue, 12 Dec 2023 03:28:44 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE8F71991 for ; Tue, 12 Dec 2023 00:26:09 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6D72DC433C7; Tue, 12 Dec 2023 08:25:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1702369533; bh=UyrCZ5NeqkIbDqZ4IfzKB2v4FwYYwyufuxet/S+xQZg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=y0tTobdaLmy4VCh/NwI9a3Snubd38cOqAeFoPopo7s4MuUU8zj92krFHmnPOxV22x gpap/U1YH6sUfKArJWBVkst/TOgQIYPkRkI1wKdzDCUWhPBIZN+Lj+WfWr85YYx5z9 urcYYae/Sc5eiRb35t0jXR6xHCqsAW/yosWauCtE= Date: Tue, 12 Dec 2023 09:25:31 +0100 From: Greg KH To: shitao Cc: justin.chen@broadcom.com, alcooperx@gmail.com, chunfeng.yun@mediatek.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, k2ci Subject: Re: [PATCH] usb: fix comment typos Message-ID: <2023121249-swan-steep-dc94@gregkh> References: <20231212074557.3100489-1-shitao@kylinos.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231212074557.3100489-1-shitao@kylinos.cn> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 12, 2023 at 03:45:57PM +0800, shitao wrote: > Fix two comment typos in usb module files. > > Reported-by: k2ci What is this? It needs to be documented better, sorry. thanks, greg k-h