diff options
author | Eric Dumazet <edumazet@google.com> | 2014-01-16 11:15:12 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-17 18:11:08 -0800 |
commit | 75b99dbd634f9caf7b4e48ec5c2dcec8c1837372 (patch) | |
tree | 324146b493f5f947b7b011e2e80a26b86f1bf4d9 /arch/parisc | |
parent | 11ffff752c6a5adc86f7dd397b2f75af8f917c51 (diff) | |
download | op-kernel-dev-75b99dbd634f9caf7b4e48ec5c2dcec8c1837372.zip op-kernel-dev-75b99dbd634f9caf7b4e48ec5c2dcec8c1837372.tar.gz |
parisc: fix SO_MAX_PACING_RATE typo
SO_MAX_PACING_RATE definition on parisc got a typo.
Its not too late to fix it, before 3.13 is official.
Fixes: 62748f32d501 ("net: introduce SO_MAX_PACING_RATE")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/include/uapi/asm/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/include/uapi/asm/socket.h b/arch/parisc/include/uapi/asm/socket.h index f33113a..70b3674 100644 --- a/arch/parisc/include/uapi/asm/socket.h +++ b/arch/parisc/include/uapi/asm/socket.h @@ -75,6 +75,6 @@ #define SO_BUSY_POLL 0x4027 -#define SO_MAX_PACING_RATE 0x4048 +#define SO_MAX_PACING_RATE 0x4028 #endif /* _UAPI_ASM_SOCKET_H */ |