OSDN Git Service

net: add documentation to socket.c
authorPedro Tammela <pctammela@gmail.com>
Thu, 14 Mar 2019 13:45:23 +0000 (10:45 -0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Mar 2019 22:29:47 +0000 (15:29 -0700)
commit8a3c245c031944f2176118270e7bc5d4fd4a1075
treecc059d7347d01cc19db79e8abe18afd45d8c39dd
parent228cd2dba27cee9956c1af97e6445be056881e41
net: add documentation to socket.c

Adds missing sphinx documentation to the
socket.c's functions. Also fixes some whitespaces.

I also changed the style of older documentation as an
effort to have an uniform documentation style.

Signed-off-by: Pedro Tammela <pctammela@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/net.h
include/linux/socket.h
net/socket.c