Re: [PATCH 08/10] trivial: fix typos concerning "precedence"

From: Nick Bowler
Date: Wed Jun 16 2010 - 12:20:19 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/