From: Stefan Richter Date: Fri, 2 Jan 2009 11:47:13 +0000 (+0100) Subject: firewire: cdev: fix documentation of FW_CDEV_IOC_GET_INFO X-Git-Tag: v2.6.31-rc9~1^2~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=632321ecd99bf85c982a75f8329b4ecbb95b3a8f;p=profile%2Fcommon%2Fkernel-common.git 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 --- diff --git a/include/linux/firewire-cdev.h b/include/linux/firewire-cdev.h index 899ef27..86c8ff5 100644 --- a/include/linux/firewire-cdev.h +++ b/include/linux/firewire-cdev.h @@ -201,7 +201,7 @@ union fw_cdev_event { * case, @rom_length is updated with the actual length of the * configuration ROM. * @rom: If non-zero, address of a buffer to be filled by a copy of the - * local node's configuration ROM + * device's configuration ROM * @bus_reset: If non-zero, address of a buffer to be filled by a * &struct fw_cdev_event_bus_reset with the current state * of the bus. This does not cause a bus reset to happen.