diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-01-21 14:44:09 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:02:40 -0500 |
commit | 5e20c282184fd5794661b6688883231ff5348abc (patch) | |
tree | d9ea9b86d5e2bcc4ef4d8def27102a76ac4b05ef /drivers/firewire/fw-device-cdev.h | |
parent | 95688e97cdf7453cde22eaa73cc2ab6b113c1853 (diff) |
firewire: whitespace adjustments
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Diffstat (limited to 'drivers/firewire/fw-device-cdev.h')
-rw-r--r-- | drivers/firewire/fw-device-cdev.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/firewire/fw-device-cdev.h b/drivers/firewire/fw-device-cdev.h index e2ae93361a55..b934272913e1 100644 --- a/drivers/firewire/fw-device-cdev.h +++ b/drivers/firewire/fw-device-cdev.h | |||
@@ -33,15 +33,15 @@ | |||
33 | #define TCODE_READ_QUADLET_RESPONSE 6 | 33 | #define TCODE_READ_QUADLET_RESPONSE 6 |
34 | #define TCODE_READ_BLOCK_RESPONSE 7 | 34 | #define TCODE_READ_BLOCK_RESPONSE 7 |
35 | #define TCODE_CYCLE_START 8 | 35 | #define TCODE_CYCLE_START 8 |
36 | #define TCODE_LOCK_REQUEST 9 | 36 | #define TCODE_LOCK_REQUEST 9 |
37 | #define TCODE_STREAM_DATA 10 | 37 | #define TCODE_STREAM_DATA 10 |
38 | #define TCODE_LOCK_RESPONSE 11 | 38 | #define TCODE_LOCK_RESPONSE 11 |
39 | 39 | ||
40 | #define RCODE_COMPLETE 0x0 | 40 | #define RCODE_COMPLETE 0x0 |
41 | #define RCODE_CONFLICT_ERROR 0x4 | 41 | #define RCODE_CONFLICT_ERROR 0x4 |
42 | #define RCODE_DATA_ERROR 0x5 | 42 | #define RCODE_DATA_ERROR 0x5 |
43 | #define RCODE_TYPE_ERROR 0x6 | 43 | #define RCODE_TYPE_ERROR 0x6 |
44 | #define RCODE_ADDRESS_ERROR 0x7 | 44 | #define RCODE_ADDRESS_ERROR 0x7 |
45 | 45 | ||
46 | #define SCODE_100 0x0 | 46 | #define SCODE_100 0x0 |
47 | #define SCODE_200 0x1 | 47 | #define SCODE_200 0x1 |
@@ -122,13 +122,13 @@ struct fw_cdev_create_iso_context { | |||
122 | }; | 122 | }; |
123 | 123 | ||
124 | struct fw_cdev_iso_packet { | 124 | struct fw_cdev_iso_packet { |
125 | __u16 payload_length; /* Length of indirect payload. */ | 125 | __u16 payload_length; /* Length of indirect payload. */ |
126 | __u32 interrupt : 1; /* Generate interrupt on this packet */ | 126 | __u32 interrupt : 1; /* Generate interrupt on this packet */ |
127 | __u32 skip : 1; /* Set to not send packet at all. */ | 127 | __u32 skip : 1; /* Set to not send packet at all. */ |
128 | __u32 tag : 2; | 128 | __u32 tag : 2; |
129 | __u32 sy : 4; | 129 | __u32 sy : 4; |
130 | __u32 header_length : 8; /* Length of immediate header. */ | 130 | __u32 header_length : 8; /* Length of immediate header. */ |
131 | __u32 header[0]; | 131 | __u32 header[0]; |
132 | }; | 132 | }; |
133 | 133 | ||
134 | struct fw_cdev_queue_iso { | 134 | struct fw_cdev_queue_iso { |