summaryrefslogtreecommitdiff
path: root/drivers/misc/lis3lv02d/lis3lv02d.h
diff options
context:
space:
mode:
authorAnilKumar Ch <anilkumar@ti.com>2012-09-24 09:23:49 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-26 20:24:25 (GMT)
commite2b2ed8365e040b274dd23bdabd34ec3b0e43137 (patch)
treec4d4a0d8c2488e9f339860b92dc0f10bdc4b3a86 /drivers/misc/lis3lv02d/lis3lv02d.h
parentbcdee04ea7ae0406ae69094f6df1aacb66a69a0b (diff)
downloadlinux-fsl-qoriq-e2b2ed8365e040b274dd23bdabd34ec3b0e43137.tar.xz
lis3lv02d: fix some comments specific to lis331dlh driver
Fix some minor problems in comments of lis331dlh driver * correct comments with respect to 2G sensitivity * correct typo lis3331dlh mistake to lis331dlh * add comment to say only 2G range is supported * change the function name from lis3lv02d_read_16 to lis331dlh_read_data. * update i2c_device_id table entry to maintaine consistancy * update sensor display message Signed-off-by: AnilKumar Ch <anilkumar@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/lis3lv02d/lis3lv02d.h')
-rw-r--r--drivers/misc/lis3lv02d/lis3lv02d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/lis3lv02d/lis3lv02d.h b/drivers/misc/lis3lv02d/lis3lv02d.h
index c1a545e..387504a 100644
--- a/drivers/misc/lis3lv02d/lis3lv02d.h
+++ b/drivers/misc/lis3lv02d/lis3lv02d.h
@@ -104,9 +104,9 @@ enum lis3_who_am_i {
};
enum lis3_type {
+ LIS3LV02D,
LIS3DC,
HP3DC,
- LIS3LV02D,
LIS2302D,
LIS331DLF,
LIS331DLH,