Skip to content

Commit

Permalink
parisc: fix SO_MAX_PACING_RATE typo
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Eric Dumazet authored and davem330 committed Jan 18, 2014
1 parent 11ffff7 commit 75b99db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/include/uapi/asm/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 75b99db

Please sign in to comment.