public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: Correct HID light sensor name in comments
@ 2013-05-16 13:54 Alexandre Relange
  2013-05-22 21:08 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Relange @ 2013-05-16 13:54 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio, trivial, linux-kernel

The original driver was pasted from accelerometer driver, but the name
of the ID was not changed. This patch fixes this comment.

Signed-off-by: Alexandre Relange <alexandre@relange.org>
---
 drivers/iio/light/hid-sensor-als.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/light/hid-sensor-als.c b/drivers/iio/light/hid-sensor-als.c
index 80d68ff..cdc2cad 100644
--- a/drivers/iio/light/hid-sensor-als.c
+++ b/drivers/iio/light/hid-sensor-als.c
@@ -31,7 +31,7 @@
 #include "../common/hid-sensors/hid-sensor-trigger.h"
 
 /*Format: HID-SENSOR-usage_id_in_hex*/
-/*Usage ID from spec for Accelerometer-3D: 0x200041*/
+/*Usage ID from spec for Ambiant-Light: 0x200041*/
 #define DRIVER_NAME "HID-SENSOR-200041"
 
 #define CHANNEL_SCAN_INDEX_ILLUM 0
-- 
1.8.2.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iio: Correct HID light sensor name in comments
  2013-05-16 13:54 [PATCH] iio: Correct HID light sensor name in comments Alexandre Relange
@ 2013-05-22 21:08 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2013-05-22 21:08 UTC (permalink / raw)
  To: Alexandre Relange; +Cc: Jonathan Cameron, linux-iio, trivial, linux-kernel

On 05/16/2013 02:54 PM, Alexandre Relange wrote:
> The original driver was pasted from accelerometer driver, but the name
> of the ID was not changed. This patch fixes this comment.
> 
> Signed-off-by: Alexandre Relange <alexandre@relange.org>
Applied to the togreg branch of iio.git
Thanks.
> ---
>  drivers/iio/light/hid-sensor-als.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/light/hid-sensor-als.c b/drivers/iio/light/hid-sensor-als.c
> index 80d68ff..cdc2cad 100644
> --- a/drivers/iio/light/hid-sensor-als.c
> +++ b/drivers/iio/light/hid-sensor-als.c
> @@ -31,7 +31,7 @@
>  #include "../common/hid-sensors/hid-sensor-trigger.h"
>  
>  /*Format: HID-SENSOR-usage_id_in_hex*/
> -/*Usage ID from spec for Accelerometer-3D: 0x200041*/
> +/*Usage ID from spec for Ambiant-Light: 0x200041*/
>  #define DRIVER_NAME "HID-SENSOR-200041"
>  
>  #define CHANNEL_SCAN_INDEX_ILLUM 0
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-22 21:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16 13:54 [PATCH] iio: Correct HID light sensor name in comments Alexandre Relange
2013-05-22 21:08 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox