From: Julia Lawall <julia.lawall@lip6.fr>
To: Arushi Singhal <arushisinghal19971997@gmail.com>
Cc: devel@driverdev.osuosl.org, outreachy-kernel@googlegroups.com,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org, abbotti@mev.co.uk
Subject: Re: [Outreachy kernel] [PATCH] staging: comedi: "dont" is changed to "don't"
Date: Sun, 4 Mar 2018 13:01:42 +0100 (CET) [thread overview]
Message-ID: <alpine.DEB.2.20.1803041301210.2223@hadrien> (raw)
In-Reply-To: <20180304105732.GA24762@seema-Inspiron-15-3567>
On Sun, 4 Mar 2018, Arushi Singhal wrote:
> "dont" is changed to "don't" in messages, "dont" is not correct
> english.
The change is fine, but please rewrite the commit log in the imperative.
julia
>
> Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
> ---
> drivers/staging/comedi/drivers/cb_pcidas64.c | 2 +-
> drivers/staging/comedi/drivers/das16.c | 2 +-
> drivers/staging/comedi/drivers/das16m1.c | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/staging/comedi/drivers/cb_pcidas64.c b/drivers/staging/comedi/drivers/cb_pcidas64.c
> index c007500..ceef905 100644
> --- a/drivers/staging/comedi/drivers/cb_pcidas64.c
> +++ b/drivers/staging/comedi/drivers/cb_pcidas64.c
> @@ -1700,7 +1700,7 @@ static void i2c_write(struct comedi_device *dev, unsigned int address,
> * eeprom and i2c bus
> */
>
> - /* make sure we dont send anything to eeprom */
> + /* make sure we don't send anything to eeprom */
> devpriv->plx_control_bits &= ~PLX_CNTRL_EECS;
>
> i2c_stop(dev);
> diff --git a/drivers/staging/comedi/drivers/das16.c b/drivers/staging/comedi/drivers/das16.c
> index 74ff204..81eb51b 100644
> --- a/drivers/staging/comedi/drivers/das16.c
> +++ b/drivers/staging/comedi/drivers/das16.c
> @@ -619,7 +619,7 @@ static int das16_cmd_test(struct comedi_device *dev, struct comedi_subdevice *s,
>
> /* Step 2b : and mutually compatible */
>
> - /* make sure scan_begin_src and convert_src dont conflict */
> + /* make sure scan_begin_src and convert_src don't conflict */
> if (cmd->scan_begin_src == TRIG_FOLLOW && cmd->convert_src == TRIG_NOW)
> err |= -EINVAL;
> if (cmd->scan_begin_src != TRIG_FOLLOW && cmd->convert_src != TRIG_NOW)
> diff --git a/drivers/staging/comedi/drivers/das16m1.c b/drivers/staging/comedi/drivers/das16m1.c
> index 72f8ed2..4e36377 100644
> --- a/drivers/staging/comedi/drivers/das16m1.c
> +++ b/drivers/staging/comedi/drivers/das16m1.c
> @@ -407,7 +407,7 @@ static void das16m1_handler(struct comedi_device *dev, unsigned int status)
> if (num_samples > cmd->stop_arg * cmd->chanlist_len)
> num_samples = cmd->stop_arg * cmd->chanlist_len;
> }
> - /* make sure we dont try to get too many points if fifo has overrun */
> + /* make sure we don't try to get too many points if fifo has overrun */
> if (num_samples > DAS16M1_AI_FIFO_SZ)
> num_samples = DAS16M1_AI_FIFO_SZ;
> insw(dev->iobase, devpriv->ai_buffer, num_samples);
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20180304105732.GA24762%40seema-Inspiron-15-3567.
> For more options, visit https://groups.google.com/d/optout.
>
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
prev parent reply other threads:[~2018-03-04 12:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-04 10:57 Arushi Singhal
2018-03-04 12:01 ` Julia Lawall [this message]
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=alpine.DEB.2.20.1803041301210.2223@hadrien \
--to=julia.lawall@lip6.fr \
--cc=abbotti@mev.co.uk \
--cc=arushisinghal19971997@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=outreachy-kernel@googlegroups.com \
/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
all inboxes | Powered by JetHome®