[PATCH] ieee1394: trivial edits of a few comments
trivial edits of a few comments Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Ben Collins <bcollins@debian.org> Signed-off-by: Jody McIntyre <scjody@steamballoon.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
63bea35036
commit
3256cc1398
1 changed files with 4 additions and 4 deletions
|
@ -135,17 +135,17 @@ enum isoctl_cmd {
|
||||||
|
|
||||||
enum reset_types {
|
enum reset_types {
|
||||||
/* 166 microsecond reset -- only type of reset available on
|
/* 166 microsecond reset -- only type of reset available on
|
||||||
non-1394a capable IEEE 1394 controllers */
|
non-1394a capable controllers */
|
||||||
LONG_RESET,
|
LONG_RESET,
|
||||||
|
|
||||||
/* Short (arbitrated) reset -- only available on 1394a capable
|
/* Short (arbitrated) reset -- only available on 1394a capable
|
||||||
IEEE 1394 capable controllers */
|
controllers */
|
||||||
SHORT_RESET,
|
SHORT_RESET,
|
||||||
|
|
||||||
/* Variants, that set force_root before issueing the bus reset */
|
/* Variants that set force_root before issueing the bus reset */
|
||||||
LONG_RESET_FORCE_ROOT, SHORT_RESET_FORCE_ROOT,
|
LONG_RESET_FORCE_ROOT, SHORT_RESET_FORCE_ROOT,
|
||||||
|
|
||||||
/* Variants, that clear force_root before issueing the bus reset */
|
/* Variants that clear force_root before issueing the bus reset */
|
||||||
LONG_RESET_NO_FORCE_ROOT, SHORT_RESET_NO_FORCE_ROOT
|
LONG_RESET_NO_FORCE_ROOT, SHORT_RESET_NO_FORCE_ROOT
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue