[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100616162002.GA3558@elliptictech.com>
Date: Wed, 16 Jun 2010 12:20:02 -0400
From: Nick Bowler <nbowler@...iptictech.com>
To: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
Cc: trivial@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 08/10] trivial: fix typos concerning "precedence"
On 12:17 Fri 11 Jun , Uwe Kleine-König wrote:
> diff --git a/drivers/staging/comedi/drivers/usbdux.c b/drivers/staging/comedi/drivers/usbdux.c
> index 7b8a2da..27b4cb2 100644
> --- a/drivers/staging/comedi/drivers/usbdux.c
> +++ b/drivers/staging/comedi/drivers/usbdux.c
> @@ -2085,7 +2085,7 @@ static int usbdux_pwm_start(struct comedi_device *dev,
> if (ret < 0)
> return ret;
>
> - /* initialise the buffer */
> + /* initalise the buffer */
> for (i = 0; i < this_usbduxsub->sizePwmBuf; i++)
> ((char *)(this_usbduxsub->urbPwm->transfer_buffer))[i] = 0;
This hunk (and the remainder of this patch) is undoing your earlier
"initiali[zs]e" changes.
--
Nick Bowler, Elliptic Technologies (http://www.elliptictech.com/)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists