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 <[email protected]>
Acked-by: Jonathan Cameron <[email protected]>
> ---
>  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,

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to