diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-08-09 11:42:54 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-08-09 11:42:54 +0200 |
| commit | 0a26880b8d9264c06eb7e62d9b26ef5e98fe9475 (patch) | |
| tree | 7bcd2fa47af6c8cde1ba1ae5ceccc63e145b3ad7 /sys/socket.txt | |
| parent | a5c7c2c4bd608ab010a2494161da800f305a9ca5 (diff) | |
sys: fix typo in ETHTOOLGCHANNELS const and diagnose such cases
Diffstat (limited to 'sys/socket.txt')
| -rw-r--r-- | sys/socket.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/socket.txt b/sys/socket.txt index bd90ca759..47f0b0189 100644 --- a/sys/socket.txt +++ b/sys/socket.txt @@ -584,7 +584,7 @@ ethtool_ringparam { tx_pending int32 } -ethtool_channels_cmd_flags = ETHTOOLGCHANNELS, ETHTOOL_SCHANNELS +ethtool_channels_cmd_flags = ETHTOOL_GCHANNELS, ETHTOOL_SCHANNELS ethtool_channels { cmd flags[ethtool_channels_cmd_flags, int32] max_rx int32 |
