Skip to content

Commit

Permalink
s2io: fix documentation about intr_type
Browse files Browse the repository at this point in the history
The documentation for intr_type module parameter of the s2io driver is
not consistent with the code. The comments in drivers/net/s2io.c are
OK, but Documentation/networking/s2io.txt is wrong.

Pointed out by Andrew Hecox.

Signed-off-by: Michal Schmidt <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
michich authored and Jeff Garzik committed Jun 27, 2008
1 parent 88a6f4a commit f471f92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/networking/s2io.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ Valid range: Limited by memory on system
Default: 30

e. intr_type
Specifies interrupt type. Possible values 1(INTA), 2(MSI), 3(MSI-X)
Valid range: 1-3
Default: 1
Specifies interrupt type. Possible values 0(INTA), 2(MSI-X)
Valid values: 0, 2
Default: 2

5. Performance suggestions
General:
Expand Down

0 comments on commit f471f92

Please sign in to comment.