[PATCH V2] staging: comedi: dt2811: Fix spelling mistake

Ian Abbott abbotti at mev.co.uk
Sat Apr 6 09:51:25 UTC 2019


On 06/04/2019 09:23, Hariprasad Kelam wrote:
> changes interupts --> interrupts to fix warning reported by checkpatch
> tool
> 
> Signed-off-by: Hariprasad Kelam <hariprasad.kelam at gmail.com>
> ---
> Changes in v2:
>    - Make the Subject more clear by including changed file path.
> ---
>   drivers/staging/comedi/drivers/dt2811.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/comedi/drivers/dt2811.c b/drivers/staging/comedi/drivers/dt2811.c
> index 05207a5..8a1f9ef 100644
> --- a/drivers/staging/comedi/drivers/dt2811.c
> +++ b/drivers/staging/comedi/drivers/dt2811.c
> @@ -52,7 +52,7 @@
>   #define DT2811_ADCSR_ADBUSY		BIT(5)	/* r      1=A/D busy */
>   #define DT2811_ADCSR_CLRERROR		BIT(4)
>   #define DT2811_ADCSR_DMAENB		BIT(3)	/* r/w    1=dma ena */
> -#define DT2811_ADCSR_INTENB		BIT(2)	/* r/w    1=interupts ena */
> +#define DT2811_ADCSR_INTENB		BIT(2)	/* r/w    1=interrupts ena */
>   #define DT2811_ADCSR_ADMODE(x)		(((x) & 0x3) << 0)
>   
>   #define DT2811_ADGCR_REG		0x01	/* r/w  A/D Gain/Channel */
> 

Looks good. Thanks!

Reviewed-by: Ian Abbott <abbotti at mev.co.uk>

-- 
-=( Ian Abbott <abbotti at mev.co.uk> || Web: www.mev.co.uk )=-
-=( MEV Ltd. is a company registered in England & Wales. )=-
-=( Registered number: 02862268.  Registered address:    )=-
-=( 15 West Park Road, Bramhall, STOCKPORT, SK7 3JZ, UK. )=-


More information about the devel mailing list