net: socket: fix a typo in sockfd_lookup().
authorRosen, Rami <[email protected]>
Sun, 21 May 2017 19:12:38 +0000 (22:12 +0300)
committerDavid S. Miller <[email protected]>
Mon, 22 May 2017 16:14:04 +0000 (12:14 -0400)
commit241c4667fcf3b64f84a892e2b656027d85e73e6b
tree9039f9322b3462d580301c7070d6f1d3af0b7567
parentacb5d48f0e5284d7813652f8dd1b94bb6021d8db
net: socket: fix a typo in sockfd_lookup().

This patch fixes a typo in sockfd_lookup() in net/socket.c.

Signed-off-by: Rami Rosen <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/socket.c