netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1 net-next] netlabel: kernel-doc warning fix
@ 2014-10-07 20:31 Fabian Frederick
  2014-10-07 22:13 ` Paul Moore
  0 siblings, 1 reply; 3+ messages in thread
From: Fabian Frederick @ 2014-10-07 20:31 UTC (permalink / raw)
  To: linux-kernel; +Cc: Fabian Frederick, Paul Moore, David S. Miller, netdev

no secid argument in netlbl_cfg_unlbl_static_del

Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 net/netlabel/netlabel_kapi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/netlabel/netlabel_kapi.c b/net/netlabel/netlabel_kapi.c
index 0b4692d..a845cd4 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,
  * @addr: IP address in network byte order (struct in[6]_addr)
  * @mask: address mask in network byte order (struct in[6]_addr)
  * @family: address family
- * @secid: LSM secid value for the entry
  * @audit_info: NetLabel audit information
  *
  * Description:
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1 net-next] netlabel: kernel-doc warning fix
  2014-10-07 20:31 [PATCH 1/1 net-next] netlabel: kernel-doc warning fix Fabian Frederick
@ 2014-10-07 22:13 ` Paul Moore
  2014-10-08  0:30   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Moore @ 2014-10-07 22:13 UTC (permalink / raw)
  To: Fabian Frederick, David S. Miller; +Cc: linux-kernel, netdev

On Tuesday, October 07, 2014 10:31:32 PM Fabian Frederick wrote:
> no secid argument in netlbl_cfg_unlbl_static_del
> 
> Signed-off-by: Fabian Frederick <fabf@skynet.be>

Thanks.  Likely a copy/paste error from netlbl_cfg_unlbl_static_add().

Acked-by: Paul Moore <paul@paul-moore.com>

> ---
>  net/netlabel/netlabel_kapi.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/net/netlabel/netlabel_kapi.c b/net/netlabel/netlabel_kapi.c
> index 0b4692d..a845cd4 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,
>   * @addr: IP address in network byte order (struct in[6]_addr)
>   * @mask: address mask in network byte order (struct in[6]_addr)
>   * @family: address family
> - * @secid: LSM secid value for the entry
>   * @audit_info: NetLabel audit information
>   *
>   * Description:

-- 
paul moore
www.paul-moore.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1 net-next] netlabel: kernel-doc warning fix
  2014-10-07 22:13 ` Paul Moore
@ 2014-10-08  0:30   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2014-10-08  0:30 UTC (permalink / raw)
  To: paul; +Cc: fabf, linux-kernel, netdev

From: Paul Moore <paul@paul-moore.com>
Date: Tue, 07 Oct 2014 18:13:34 -0400

> On Tuesday, October 07, 2014 10:31:32 PM Fabian Frederick wrote:
>> no secid argument in netlbl_cfg_unlbl_static_del
>> 
>> Signed-off-by: Fabian Frederick <fabf@skynet.be>
> 
> Thanks.  Likely a copy/paste error from netlbl_cfg_unlbl_static_add().
> 
> Acked-by: Paul Moore <paul@paul-moore.com>

Applied, thanks everyone.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-08  0:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-07 20:31 [PATCH 1/1 net-next] netlabel: kernel-doc warning fix Fabian Frederick
2014-10-07 22:13 ` Paul Moore
2014-10-08  0:30   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).