lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200406215230.21758-1-l.rubusch@gmail.com>
Date:   Mon,  6 Apr 2020 21:52:30 +0000
From:   Lothar Rubusch <l.rubusch@...il.com>
To:     kuba@...nel.org, davem@...emloft.net
Cc:     netdev@...r.kernel.org, Lothar Rubusch <l.rubusch@...il.com>
Subject: [PATCH] Documentation: sock.h - fix warnings

Fix some sphinx warnings at 'make htmldocs'.

Signed-off-by: Lothar Rubusch <l.rubusch@...il.com>
---
 include/net/sock.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/net/sock.h b/include/net/sock.h
index 6d84784d33fa..2924bcbbd402 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -2554,8 +2554,8 @@ sk_is_refcounted(struct sock *sk)
 
 /**
  * skb_steal_sock
- * @skb to steal the socket from
- * @refcounted is set to true if the socket is reference-counted
+ * @skb: to steal the socket from
+ * @refcounted: is set to true if the socket is reference-counted
  */
 static inline struct sock *
 skb_steal_sock(struct sk_buff *skb, bool *refcounted)
-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ