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=-9.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 7DFD0C31E49 for ; Wed, 16 Sep 2020 00:27:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 548C620663 for ; Wed, 16 Sep 2020 00:27:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727548AbgIPAZn (ORCPT ); Tue, 15 Sep 2020 20:25:43 -0400 Received: from mslow2.mail.gandi.net ([217.70.178.242]:35324 "EHLO mslow2.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726836AbgIOOPy (ORCPT ); Tue, 15 Sep 2020 10:15:54 -0400 Received: from relay9-d.mail.gandi.net (unknown [217.70.183.199]) by mslow2.mail.gandi.net (Postfix) with ESMTP id 0A6013A39CE; Tue, 15 Sep 2020 13:21:00 +0000 (UTC) X-Originating-IP: 93.34.118.233 Received: from uno.localdomain (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 5B356FF80F; Tue, 15 Sep 2020 13:18:34 +0000 (UTC) Date: Tue, 15 Sep 2020 15:22:25 +0200 From: Jacopo Mondi To: Luca Ceresoli Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Mauro Carvalho Chehab Subject: Re: [PATCH 1/3] media: docs: v4l2-subdev: fix typo Message-ID: <20200915132225.vagwwswb7d6dvx63@uno.localdomain> References: <20200904215141.20862-1-luca@lucaceresoli.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200904215141.20862-1-luca@lucaceresoli.net> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Luca, On Fri, Sep 04, 2020 at 11:51:39PM +0200, Luca Ceresoli wrote: > Fix "will to" -> "will do". > > Signed-off-by: Luca Ceresoli Reviewed-by: Jacopo Mondi Thanks j > --- > Documentation/driver-api/media/v4l2-subdev.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/driver-api/media/v4l2-subdev.rst b/Documentation/driver-api/media/v4l2-subdev.rst > index bc7e1fc40a9d..9a7dddd97f5a 100644 > --- a/Documentation/driver-api/media/v4l2-subdev.rst > +++ b/Documentation/driver-api/media/v4l2-subdev.rst > @@ -191,7 +191,7 @@ but it is better and easier to use this macro: > > err = v4l2_subdev_call(sd, core, g_std, &norm); > > -The macro will to the right ``NULL`` pointer checks and returns ``-ENODEV`` > +The macro will do the right ``NULL`` pointer checks and returns ``-ENODEV`` > if :c:type:`sd ` is ``NULL``, ``-ENOIOCTLCMD`` if either > :c:type:`sd `->core or :c:type:`sd `->core->g_std is ``NULL``, or the actual result of the > :c:type:`sd `->ops->core->g_std ops. > -- > 2.28.0 >