diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-10-07 16:31:32 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-09 01:40:05 -0400 |
commit | 59f35b810e3bb17efef2aa5feadffb66450190d9 (patch) | |
tree | 0d7b1d9e43709f43d715c94069d3c3ccd59c876b | |
parent | 35a9ad8af0bb0fa3525e6d0d20e32551d226f38e (diff) |
netlabel: kernel-doc warning fix
no secid argument in netlbl_cfg_unlbl_static_del
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Acked-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/netlabel/netlabel_kapi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netlabel/netlabel_kapi.c b/net/netlabel/netlabel_kapi.c index 0b4692dd1c5e..a845cd4cf21e 100644 --- a/net/netlabel/netlabel_kapi.c +++ b/net/netlabel/netlabel_kapi.c | |||
@@ -246,7 +246,6 @@ int netlbl_cfg_unlbl_static_add(struct net *net, | |||
246 | * @addr: IP address in network byte order (struct in[6]_addr) | 246 | * @addr: IP address in network byte order (struct in[6]_addr) |
247 | * @mask: address mask in network byte order (struct in[6]_addr) | 247 | * @mask: address mask in network byte order (struct in[6]_addr) |
248 | * @family: address family | 248 | * @family: address family |
249 | * @secid: LSM secid value for the entry | ||
250 | * @audit_info: NetLabel audit information | 249 | * @audit_info: NetLabel audit information |
251 | * | 250 | * |
252 | * Description: | 251 | * Description: |