Commit 0105101
committed
netlink: specs: ethtool: fix module EEPROM input/output arguments
Module (SFP) eeprom GET has a lot of input params, they are all
mistakenly listed as output in the spec. Looks like kernel doesn't
output them at all. Correct what are the inputs and what the outputs.
Reported-by: Duo Yi <[email protected]>
Fixes: a353318 ("tools: ynl: populate most of the ethtool spec")
Acked-by: Stanislav Fomichev <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>1 parent 759dfc7 commit 0105101
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2342 | 2342 | | |
2343 | 2343 | | |
2344 | 2344 | | |
2345 | | - | |
2346 | | - | |
2347 | | - | |
2348 | 2345 | | |
2349 | 2346 | | |
2350 | 2347 | | |
2351 | 2348 | | |
2352 | 2349 | | |
2353 | 2350 | | |
2354 | 2351 | | |
| 2352 | + | |
| 2353 | + | |
| 2354 | + | |
2355 | 2355 | | |
2356 | 2356 | | |
2357 | 2357 | | |
| |||
0 commit comments