[PATCH] iio:staging: Fix typo

Jonathan Cameron jic23 at kernel.org
Thu Dec 8 20:34:40 UTC 2011


On 12/08/2011 04:45 PM, Lars-Peter Clausen wrote:
> Fix a small typo in the iio_modifer enum.
lol. Clearly not one of our more heavily used elements.
Good to catch it though.
> 
> Signed-off-by: Lars-Peter Clausen <lars at metafoo.de>
Acked-by: Jonathan Cameron <jic23 at kernel.org>
> ---
>  drivers/staging/iio/types.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/staging/iio/types.h b/drivers/staging/iio/types.h
> index f1f5ca2..b7d2647 100644
> --- a/drivers/staging/iio/types.h
> +++ b/drivers/staging/iio/types.h
> @@ -35,7 +35,7 @@ enum iio_modifier {
>  	IIO_MOD_Y,
>  	IIO_MOD_Z,
>  	IIO_MOD_X_AND_Y,
> -	IIO_MOD_X_ANX_Z,
> +	IIO_MOD_X_AND_Z,
>  	IIO_MOD_Y_AND_Z,
>  	IIO_MOD_X_AND_Y_AND_Z,
>  	IIO_MOD_X_OR_Y,




More information about the devel mailing list