]> Pileus Git - ~andy/linux/commitdiff
parisc: fix SO_MAX_PACING_RATE typo
authorEric Dumazet <edumazet@google.com>
Thu, 16 Jan 2014 19:15:12 +0000 (11:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jan 2014 02:11:08 +0000 (18:11 -0800)
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>
arch/parisc/include/uapi/asm/socket.h

index f33113a6141e7540da2195cc72469152edfbecf2..70b3674dac4e39c1048b1844dc53dee85f907296 100644 (file)
@@ -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 */