diff options
Diffstat (limited to 'drivers/ieee1394')
-rw-r--r-- | drivers/ieee1394/hosts.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/ieee1394/hosts.h b/drivers/ieee1394/hosts.h index 739e76840d51..38f42112dff0 100644 --- a/drivers/ieee1394/hosts.h +++ b/drivers/ieee1394/hosts.h | |||
@@ -135,17 +135,17 @@ enum isoctl_cmd { | |||
135 | 135 | ||
136 | enum reset_types { | 136 | enum reset_types { |
137 | /* 166 microsecond reset -- only type of reset available on | 137 | /* 166 microsecond reset -- only type of reset available on |
138 | non-1394a capable IEEE 1394 controllers */ | 138 | non-1394a capable controllers */ |
139 | LONG_RESET, | 139 | LONG_RESET, |
140 | 140 | ||
141 | /* Short (arbitrated) reset -- only available on 1394a capable | 141 | /* Short (arbitrated) reset -- only available on 1394a capable |
142 | IEEE 1394 capable controllers */ | 142 | controllers */ |
143 | SHORT_RESET, | 143 | SHORT_RESET, |
144 | 144 | ||
145 | /* Variants, that set force_root before issueing the bus reset */ | 145 | /* Variants that set force_root before issueing the bus reset */ |
146 | LONG_RESET_FORCE_ROOT, SHORT_RESET_FORCE_ROOT, | 146 | LONG_RESET_FORCE_ROOT, SHORT_RESET_FORCE_ROOT, |
147 | 147 | ||
148 | /* Variants, that clear force_root before issueing the bus reset */ | 148 | /* Variants that clear force_root before issueing the bus reset */ |
149 | LONG_RESET_NO_FORCE_ROOT, SHORT_RESET_NO_FORCE_ROOT | 149 | LONG_RESET_NO_FORCE_ROOT, SHORT_RESET_NO_FORCE_ROOT |
150 | }; | 150 | }; |
151 | 151 | ||