Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9521
b: refs/heads/master
c: 3256cc1
h: refs/heads/master
i:
  9519: 42b1d98
v: v3
  • Loading branch information
Jody McIntyre authored and Linus Torvalds committed Sep 30, 2005
1 parent e288749 commit 8743b70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 63bea35036540c0e8a309aef9bc37a9acfb520ae
refs/heads/master: 3256cc13983da2cfe45c17788e4f5b379695404e
8 changes: 4 additions & 4 deletions trunk/drivers/ieee1394/hosts.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,17 @@ enum isoctl_cmd {

enum reset_types {
/* 166 microsecond reset -- only type of reset available on
non-1394a capable IEEE 1394 controllers */
non-1394a capable controllers */
LONG_RESET,

/* Short (arbitrated) reset -- only available on 1394a capable
IEEE 1394 capable controllers */
controllers */
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,

/* 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
};

Expand Down

0 comments on commit 8743b70

Please sign in to comment.