linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Randy Dunlap <rdunlap@infradead.org>, linux-kernel@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>, linux-media@vger.kernel.org
Subject: Re: [PATCH 3/5] media/dvbdev.h: fix duplicated word in comment
Date: Tue, 14 Jul 2020 17:51:55 -0700	[thread overview]
Message-ID: <c3dc7c1dd56a3a677e6d72b05313b2a61962885e.camel@perches.com> (raw)
In-Reply-To: <20200714220553.20294-3-rdunlap@infradead.org>

On Tue, 2020-07-14 at 15:05 -0700, Randy Dunlap wrote:
> Change the doubled word "the" in a comment to "to the".

Hey 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
> Cc: linux-media@vger.kernel.org
> ---
>  include/media/dvbdev.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20200714.orig/include/media/dvbdev.h
> +++ linux-next-20200714/include/media/dvbdev.h
> @@ -385,7 +385,7 @@ struct i2c_client;
>   * with dvb_module_probe() should use dvb_module_release() to unbind.
>   *
>   * Return:
> - *	On success, return an &struct i2c_client, pointing the the bound
> + *	On success, return an &struct i2c_client, pointing to the bound

an &struct reads OK as text, but does not as rst/html

Perhaps this should be:

   return the address of the bound &struct i2c_client device
or
   return a pointer to the bound &struct i2c_client device

otherwise the html output is

   Return

   On success, return an struct i2c_client, pointing to the bound
   I2C device. NULL otherwise.

and there seem to be too many commas used as well.




  reply	other threads:[~2020-07-15  0:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-14 22:05 [PATCH 1/5] media/media-device.h: drop duplicated word in comment Randy Dunlap
2020-07-14 22:05 ` [PATCH 2/5] media/media-devnode.h: " Randy Dunlap
2020-07-17 11:59   ` Kieran Bingham
2020-07-14 22:05 ` [PATCH 3/5] media/dvbdev.h: fix " Randy Dunlap
2020-07-15  0:51   ` Joe Perches [this message]
2020-07-14 22:05 ` [PATCH 4/5] media/media-entity.h: drop " Randy Dunlap
2020-07-17 12:00   ` Kieran Bingham
2020-07-14 22:05 ` [PATCH 5/5] media/v4l2-subdev.h: " Randy Dunlap
2020-07-17 12:00   ` Kieran Bingham
2020-07-17 11:59 ` [PATCH 1/5] media/media-device.h: " Kieran Bingham

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c3dc7c1dd56a3a677e6d72b05313b2a61962885e.camel@perches.com \
    --to=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=rdunlap@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).