]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lis3lv02d: fix some comments specific to lis331dlh driver
authorAnilKumar Ch <anilkumar@ti.com>
Mon, 24 Sep 2012 09:23:49 +0000 (14:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Sep 2012 20:24:25 +0000 (13:24 -0700)
commite2b2ed8365e040b274dd23bdabd34ec3b0e43137
treec4d4a0d8c2488e9f339860b92dc0f10bdc4b3a86
parentbcdee04ea7ae0406ae69094f6df1aacb66a69a0b
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>
drivers/misc/lis3lv02d/lis3lv02d.c
drivers/misc/lis3lv02d/lis3lv02d.h
drivers/misc/lis3lv02d/lis3lv02d_i2c.c