Gitweb: http://git.kernel.org/linus/ca658b1e29d6be939207532e337fb640eb697f71 Commit: ca658b1e29d6be939207532e337fb640eb697f71 Parent: aa6fec3cdeb14ecc916eb78c4cd9ed79e4f7fe8d Author: Stefan Richter <stefanr@s5r6.in-berlin.de> AuthorDate: Sat Apr 10 12:23:09 2010 +0200 Committer: Stefan Richter <stefanr@s5r6.in-berlin.de> CommitDate: Sat Apr 10 16:51:13 2010 +0200 firewire: cdev: comment fixlet Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> --- include/linux/firewire-cdev.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/firewire-cdev.h b/include/linux/firewire-cdev.h index 011fdf1..6ffb24a 100644 --- a/include/linux/firewire-cdev.h +++ b/include/linux/firewire-cdev.h @@ -647,8 +647,8 @@ struct fw_cdev_get_cycle_timer2 { * instead of allocated. * An %FW_CDEV_EVENT_ISO_RESOURCE_DEALLOCATED event concludes this operation. * - * To summarize, %FW_CDEV_IOC_DEALLOCATE_ISO_RESOURCE allocates iso resources - * for the lifetime of the fd or handle. + * To summarize, %FW_CDEV_IOC_ALLOCATE_ISO_RESOURCE allocates iso resources + * for the lifetime of the fd or @handle. * In contrast, %FW_CDEV_IOC_ALLOCATE_ISO_RESOURCE_ONCE allocates iso resources * for the duration of a bus generation. * -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
