]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: add documentation to socket.c
authorPedro Tammela <pctammela@gmail.com>
Thu, 14 Mar 2019 13:45:23 +0000 (10:45 -0300)
committerSasha Levin <sashal@kernel.org>
Wed, 30 Jun 2021 12:48:18 +0000 (08:48 -0400)
commit137e2b34d1c6304b1fa2d55d5232a457bf8b2655
treeb1606c1c0bf18563ef3210ce81e38d780bd40f57
parent8a8ea7f1bcef431ac67ae02623a29ff578d5d90a
net: add documentation to socket.c

[ Upstream commit 8a3c245c031944f2176118270e7bc5d4fd4a1075 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/net.h
include/linux/socket.h
net/socket.c