Skip to content

Commit 75b99db

Browse files
edumazetdavem330
authored andcommitted
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: 62748f3 ("net: introduce SO_MAX_PACING_RATE") Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 11ffff7 commit 75b99db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/parisc/include/uapi/asm/socket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575

7676
#define SO_BUSY_POLL 0x4027
7777

78-
#define SO_MAX_PACING_RATE 0x4048
78+
#define SO_MAX_PACING_RATE 0x4028
7979

8080
#endif /* _UAPI_ASM_SOCKET_H */

0 commit comments

Comments
 (0)