1 Jan 2011 01:49
Re: [PATCH] spi/spi_topcliff_pch.c Typo change threhold to threshold
Grant Likely <grant.likely <at> secretlab.ca>
2011-01-01 00:49:44 GMT
2011-01-01 00:49:44 GMT
On Fri, Dec 31, 2010 at 09:50:31AM -0800, Justin P. Mattock wrote:
> The below patch changes a typo from "threhold" to "threshold".
> Let me know if I missed anything.
>
> Signed-off-by: Justin P. Mattock <justinmattock <at> gmail.com>
Applied, thanks.
g.
>
> ---
> drivers/spi/spi_topcliff_pch.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/spi/spi_topcliff_pch.c b/drivers/spi/spi_topcliff_pch.c
> index 58e187f..be451e3 100644
> --- a/drivers/spi/spi_topcliff_pch.c
> +++ b/drivers/spi/spi_topcliff_pch.c
> <at> <at> -677,7 +677,7 <at> <at> static void pch_spi_set_ir(struct pch_spi_data *data)
> {
> /* enable interrupts */
> if ((data->bpw_len) > PCH_MAX_FIFO_DEPTH) {
> - /* set receive threhold to PCH_RX_THOLD */
> + /* set receive threshold to PCH_RX_THOLD */
> pch_spi_setclr_reg(data->master, PCH_SPCR,
> PCH_RX_THOLD << SPCR_TFIC_FIELD,
> ~MASK_TFIC_SPCR_BITS);
> <at> <at> -685,7 +685,7 <at> <at> static void pch_spi_set_ir(struct pch_spi_data *data)
> pch_spi_setclr_reg(data->master, PCH_SPCR,
(Continue reading)
RSS Feed