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 B811FC25B06 for ; Thu, 4 Aug 2022 16:17:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235151AbiHDQRi (ORCPT ); Thu, 4 Aug 2022 12:17:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232927AbiHDQRg (ORCPT ); Thu, 4 Aug 2022 12:17:36 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D7191A81D; Thu, 4 Aug 2022 09:17:34 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 44AC0481; Thu, 4 Aug 2022 18:17:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1659629852; bh=S5flaIH/svUzUXABqxvIb4PXcFN2VazEDqYrMfWJdGQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Bs4bJsMO9nNQG1vtODN9AhYdpO5NI6H/kDMXpV/YVOm5JQg6yRacEZHS+85qTbIuh LkLBEeA7Re6j5+8LsfwJKYja0IvUjF5aWnZSzMyTr7oivlYAsr+ArCTdpmJoL3A0Xz ddws3TtV0VdUHSgV1JbFLaYDM+Dv1dViF9v1mxeI= Date: Thu, 4 Aug 2022 19:17:24 +0300 From: Laurent Pinchart To: Jason Wang Cc: mchehab@kernel.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] media: uvcvideo: Fix comment typo Message-ID: References: <20220804115620.52384-1-wangborong@cdjrlc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220804115620.52384-1-wangborong@cdjrlc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jason, An identical patch has already been posted to the linux-media mailing list. On Thu, Aug 04, 2022 at 07:56:20PM +0800, Jason Wang wrote: > The double `the' is duplicated in the comment, remove one. > > Signed-off-by: Jason Wang > --- > drivers/media/usb/uvc/uvc_video.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/usb/uvc/uvc_video.c b/drivers/media/usb/uvc/uvc_video.c > index 170a008f4006..d2eb9066e4dc 100644 > --- a/drivers/media/usb/uvc/uvc_video.c > +++ b/drivers/media/usb/uvc/uvc_video.c > @@ -1095,7 +1095,7 @@ static int uvc_video_decode_start(struct uvc_streaming *stream, > > /* > * Synchronize to the input stream by waiting for the FID bit to be > - * toggled when the the buffer state is not UVC_BUF_STATE_ACTIVE. > + * toggled when the buffer state is not UVC_BUF_STATE_ACTIVE. > * stream->last_fid is initialized to -1, so the first isochronous > * frame will always be in sync. > * -- Regards, Laurent Pinchart