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 X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 83623C433ED for ; Sun, 18 Apr 2021 13:14:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5C16261207 for ; Sun, 18 Apr 2021 13:14:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229826AbhDRNPV (ORCPT ); Sun, 18 Apr 2021 09:15:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56882 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229702AbhDRNPU (ORCPT ); Sun, 18 Apr 2021 09:15:20 -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 B6C6AC06174A for ; Sun, 18 Apr 2021 06:14:52 -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 571AE499; Sun, 18 Apr 2021 15:14:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1618751690; bh=NWkTXUJvh6ZBJy9chgfAQ2obFKnraXFHxkeaReIBCjs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VF8NbGwUmR1VzwkeUcdSyDsvzxkBRTaYQB+salUBEU00fqM654ctOdDlqFvXV4iey y4LtvD1iv5piEO3zXJl7wfPhAAZwPJ4rU0ARxtJJX2+4MCcX18QNeR9zzqPSe6U8RE zEJ7j7n7IKHGZSqo20wtY9508U9gJRetZtEky1XM= Date: Sun, 18 Apr 2021 16:14:47 +0300 From: Laurent Pinchart To: Tomi Valkeinen Cc: Benoit Parrot , Pratyush Yadav , Lokesh Vutla , linux-media@vger.kernel.org Subject: Re: [PATCH 23/28] media: ti-vpe: cal: fix typo in a comment Message-ID: References: <20210412113457.328012-1-tomi.valkeinen@ideasonboard.com> <20210412113457.328012-24-tomi.valkeinen@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210412113457.328012-24-tomi.valkeinen@ideasonboard.com> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Tomi, Thank you for the patch. On Mon, Apr 12, 2021 at 02:34:52PM +0300, Tomi Valkeinen wrote: > Fix a typo in a comment in cal_camerarx_sd_set_fmt(). > > Signed-off-by: Tomi Valkeinen Reviewed-by: Laurent Pinchart > --- > drivers/media/platform/ti-vpe/cal-camerarx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/platform/ti-vpe/cal-camerarx.c b/drivers/media/platform/ti-vpe/cal-camerarx.c > index 880261d53a1d..25f4692d210e 100644 > --- a/drivers/media/platform/ti-vpe/cal-camerarx.c > +++ b/drivers/media/platform/ti-vpe/cal-camerarx.c > @@ -695,7 +695,7 @@ static int cal_camerarx_sd_set_fmt(struct v4l2_subdev *sd, > return cal_camerarx_sd_get_fmt(sd, cfg, format); > > /* > - * Default to the first format is the requested media bus code isn't > + * Default to the first format if the requested media bus code isn't > * supported. > */ > fmtinfo = cal_format_by_code(format->format.code); -- Regards, Laurent Pinchart