* [PATCH] iio:staging: Fix typo
@ 2011-12-08 16:45 Lars-Peter Clausen
2011-12-08 20:34 ` Jonathan Cameron
0 siblings, 1 reply; 2+ messages in thread
From: Lars-Peter Clausen @ 2011-12-08 16:45 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: Jonathan Cameron, devel, linux-iio, Lars-Peter Clausen
Fix a small typo in the iio_modifer enum.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
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,
--
1.7.7.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] iio:staging: Fix typo
2011-12-08 16:45 [PATCH] iio:staging: Fix typo Lars-Peter Clausen
@ 2011-12-08 20:34 ` Jonathan Cameron
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2011-12-08 20:34 UTC (permalink / raw)
To: Lars-Peter Clausen; +Cc: Greg Kroah-Hartman, devel, linux-iio
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@metafoo.de>
Acked-by: Jonathan Cameron <jic23@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,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-08 20:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-08 16:45 [PATCH] iio:staging: Fix typo Lars-Peter Clausen
2011-12-08 20:34 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).