From: Eric Dumazet Date: Thu, 16 Jan 2014 19:15:12 +0000 (-0800) Subject: parisc: fix SO_MAX_PACING_RATE typo X-Git-Tag: v3.13~4^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75b99dbd634f9caf7b4e48ec5c2dcec8c1837372;p=kernel%2Fkernel-generic.git 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 Signed-off-by: David S. Miller --- 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 */