diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2008-12-05 16:43:41 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2009-03-24 15:56:37 -0400 |
commit | bf8e3355ec8f4e472f9841e94203cd759b45226e (patch) | |
tree | c12a55bfb01a644ce78aae00c1bceefa3b55cc36 /include | |
parent | d67cfb9613f373d76daa2c8d209629601424ca12 (diff) |
firewire: cdev: documentation fixlet
Reported-by: Jay Fenlason <fenlason@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/firewire-cdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/firewire-cdev.h b/include/linux/firewire-cdev.h index 4d078e99c017..899ef279f5be 100644 --- a/include/linux/firewire-cdev.h +++ b/include/linux/firewire-cdev.h | |||
@@ -229,7 +229,7 @@ struct fw_cdev_get_info { | |||
229 | * Send a request to the device. This ioctl implements all outgoing requests. | 229 | * Send a request to the device. This ioctl implements all outgoing requests. |
230 | * Both quadlet and block request specify the payload as a pointer to the data | 230 | * Both quadlet and block request specify the payload as a pointer to the data |
231 | * in the @data field. Once the transaction completes, the kernel writes an | 231 | * in the @data field. Once the transaction completes, the kernel writes an |
232 | * &fw_cdev_event_request event back. The @closure field is passed back to | 232 | * &fw_cdev_event_response event back. The @closure field is passed back to |
233 | * user space in the response event. | 233 | * user space in the response event. |
234 | */ | 234 | */ |
235 | struct fw_cdev_send_request { | 235 | struct fw_cdev_send_request { |