From 318ee7d97bbdded624e32e554f62ccdbc8d55bbc Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Sun, 24 Jan 2010 14:48:00 +0100 Subject: [PATCH] --- yaml --- r: 180013 b: refs/heads/master c: 6d3faf6f431bafb25f4b9926c50a7e5c267738c6 h: refs/heads/master i: 180011: fc4e56ab688c051201cce16a463c38beb830a19b v: v3 --- [refs] | 2 +- trunk/include/linux/firewire-cdev.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index fd0ad98c1216..39d99389e9a8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e300839da40e99581581c5d053a95a172651fec8 +refs/heads/master: 6d3faf6f431bafb25f4b9926c50a7e5c267738c6 diff --git a/trunk/include/linux/firewire-cdev.h b/trunk/include/linux/firewire-cdev.h index 1f716d9f714b..520ecf86cbb3 100644 --- a/trunk/include/linux/firewire-cdev.h +++ b/trunk/include/linux/firewire-cdev.h @@ -380,7 +380,7 @@ struct fw_cdev_initiate_bus_reset { * @immediate: If non-zero, immediate key to insert before pointer * @key: Upper 8 bits of root directory pointer * @data: Userspace pointer to contents of descriptor block - * @length: Length of descriptor block data, in bytes + * @length: Length of descriptor block data, in quadlets * @handle: Handle to the descriptor, written by the kernel * * Add a descriptor block and optionally a preceding immediate key to the local @@ -394,6 +394,8 @@ struct fw_cdev_initiate_bus_reset { * If not 0, the @immediate field specifies an immediate key which will be * inserted before the root directory pointer. * + * @immediate, @key, and @data array elements are CPU-endian quadlets. + * * If successful, the kernel adds the descriptor and writes back a handle to the * kernel-side object to be used for later removal of the descriptor block and * immediate key.