iio: accel: mma9551_core: wrong doc fixes
authorIrina Tirdea <irina.tirdea@intel.com>
Mon, 13 Apr 2015 15:40:52 +0000 (18:40 +0300)
committerJonathan Cameron <jic23@kernel.org>
Sun, 26 Apr 2015 18:45:08 +0000 (19:45 +0100)
Fix docummentation for mma9553_read_* functions.

Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
Reported-by: Hartmut Knaack <knaack.h@gmx.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/accel/mma9551_core.c

index 7f55a6d7cd035d5e7d2fbad512ce60f3465508e2..2543167c0f7c2cc7450f492fa78d1e0abfd28722 100644 (file)
@@ -374,7 +374,7 @@ EXPORT_SYMBOL(mma9551_read_status_word);
  * @app_id:    Application ID
  * @reg:       Application register
  * @len:       Length of array to read in bytes
- * @val:       Array of words to read
+ * @buf:       Array of words to read
  *
  * Read multiple configuration registers (word-sized registers).
  *
@@ -409,7 +409,7 @@ EXPORT_SYMBOL(mma9551_read_config_words);
  * @app_id:    Application ID
  * @reg:       Application register
  * @len:       Length of array to read in bytes
- * @val:       Array of words to read
+ * @buf:       Array of words to read
  *
  * Read multiple status registers (word-sized registers).
  *
@@ -444,7 +444,7 @@ EXPORT_SYMBOL(mma9551_read_status_words);
  * @app_id:    Application ID
  * @reg:       Application register
  * @len:       Length of array to write in bytes
- * @val:       Array of words to write
+ * @buf:       Array of words to write
  *
  * Write multiple configuration registers (word-sized registers).
  *
This page took 0.025564 seconds and 5 git commands to generate.