Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75b99dbd authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

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: 62748f32 ("net: introduce SO_MAX_PACING_RATE")
Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 11ffff75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */