Commit f471f92339860c35b561cf45ad563ab1ff07c386
Committed by
Jeff Garzik
1 parent
88a6f4ad76
Exists in
master
and in
7 other branches
s2io: fix documentation about intr_type
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 <mschmidt@redhat.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff
Documentation/networking/s2io.txt
... | ... | @@ -83,9 +83,9 @@ |
83 | 83 | Default: 30 |
84 | 84 | |
85 | 85 | e. intr_type |
86 | -Specifies interrupt type. Possible values 1(INTA), 2(MSI), 3(MSI-X) | |
87 | -Valid range: 1-3 | |
88 | -Default: 1 | |
86 | +Specifies interrupt type. Possible values 0(INTA), 2(MSI-X) | |
87 | +Valid values: 0, 2 | |
88 | +Default: 2 | |
89 | 89 | |
90 | 90 | 5. Performance suggestions |
91 | 91 | General: |