aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2009-01-02 06:47:13 -0500
committerStefan Richter <stefanr@s5r6.in-berlin.de>2009-03-24 15:56:41 -0400
commit632321ecd99bf85c982a75f8329b4ecbb95b3a8f (patch)
tree905a09cab54b663d5169911cfe958e282745ffb2 /include
parent4817ed240232e89583b0506c2d8e426739af5da3 (diff)
firewire: cdev: fix documentation of FW_CDEV_IOC_GET_INFO
The FW_CDEV_IOC_GET_INFO ioctl looks at client->device->config_rom, not at the local node's config ROM. We could fix the implementation or the documentation. I believe the way how it is currently implemented is more useful than the way how it is currently documented. In fact, libdc1394 uses the ABI already as implemented, not as documented. Hence let's change the documentation. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/firewire-cdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/firewire-cdev.h b/include/linux/firewire-cdev.h
index 899ef279f5be..86c8ff5326f9 100644
--- a/include/linux/firewire-cdev.h
+++ b/include/linux/firewire-cdev.h
@@ -201,7 +201,7 @@ union fw_cdev_event {
201 * case, @rom_length is updated with the actual length of the 201 * case, @rom_length is updated with the actual length of the
202 * configuration ROM. 202 * configuration ROM.
203 * @rom: If non-zero, address of a buffer to be filled by a copy of the 203 * @rom: If non-zero, address of a buffer to be filled by a copy of the
204 * local node's configuration ROM 204 * device's configuration ROM
205 * @bus_reset: If non-zero, address of a buffer to be filled by a 205 * @bus_reset: If non-zero, address of a buffer to be filled by a
206 * &struct fw_cdev_event_bus_reset with the current state 206 * &struct fw_cdev_event_bus_reset with the current state
207 * of the bus. This does not cause a bus reset to happen. 207 * of the bus. This does not cause a bus reset to happen.