From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 34B5A17989 for ; Tue, 12 Dec 2023 08:25:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="ga8GfI4R" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85825C433C9; Tue, 12 Dec 2023 08:25:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1702369548; bh=3a9AxDt7rKdnQt1lB7x7eM9PZxjgwdVCfCxEm49JQi0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ga8GfI4RYaUAlSj8fu+eIRYZS/vv75ipHwGI5bbnI4pXxIrSlsTzwVHl4zqa5cF0u NtqxzH+P39uUeVJ9XrXiWb+8Vnh5+BmDbhh80sKcdyyjccCE5gBl0lxyuJCI5xo5zh d2eombqosAAEVyS7L4d1kPhT8jKw68sc3vo3Pj7E= Date: Tue, 12 Dec 2023 09:25:46 +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: <2023121236-earful-email-ea09@gregkh> References: <20231212074557.3100489-1-shitao@kylinos.cn> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231212074557.3100489-1-shitao@kylinos.cn> On Tue, Dec 12, 2023 at 03:45:57PM +0800, shitao wrote: > Fix two comment typos in usb module files. > > Reported-by: k2ci > Signed-off-by: shitao > --- > drivers/usb/gadget/udc/bdc/bdc_core.c | 2 +- > drivers/usb/mtu3/mtu3_qmu.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Also why isn't this two different patches? thanks, greg k-h