HID: roccat: fix comments on chardevice
authorStefan Achatz <erazor_de@users.sourceforge.net>
Sun, 10 Mar 2013 11:33:04 +0000 (12:33 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 14 Mar 2013 10:50:49 +0000 (11:50 +0100)
Fixed parameter documentation.

Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-roccat.c

index d7437ef5c69516adff07654a9c7b0fc636fa44a5..b59b3df9ca95042b52870abac4b92d432e26a905 100644 (file)
@@ -242,7 +242,6 @@ static int roccat_release(struct inode *inode, struct file *file)
  * roccat_report_event() - output data to readers
  * @minor: minor device number returned by roccat_connect()
  * @data: pointer to data
- * @len: size of data
  *
  * Return value is zero on success, a negative error code on failure.
  *
@@ -290,6 +289,7 @@ EXPORT_SYMBOL_GPL(roccat_report_event);
  * @class: the class thats used to create the device. Meant to hold device
  * specific sysfs attributes.
  * @hid: the hid device the char device should be connected to.
+ * @report_size: size of reports
  *
  * Return value is minor device number in Range [0, ROCCAT_MAX_DEVICES] on
  * success, a negative error code on failure.
This page took 0.024445 seconds and 5 git commands to generate.