diff options
author | Paul Moore <paul.moore@hp.com> | 2006-08-29 20:54:41 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 18:18:36 -0400 |
commit | c1b14c0a46232246f61d3157bac1201e1e102227 (patch) | |
tree | 51c8097371c251c7dc17a6e637009523ce558bca /security/selinux/ss | |
parent | 1b7f775209bbee6b993587bae69acb9fc12ceb17 (diff) |
[NetLabel]: Comment corrections.
Fix some incorrect comments.
Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security/selinux/ss')
-rw-r--r-- | security/selinux/ss/services.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/ss/services.c b/security/selinux/ss/services.c index 835b485b2afd..4f7642c7337e 100644 --- a/security/selinux/ss/services.c +++ b/security/selinux/ss/services.c | |||
@@ -2617,7 +2617,7 @@ int selinux_netlbl_sock_rcv_skb(struct sk_security_struct *sksec, | |||
2617 | } | 2617 | } |
2618 | 2618 | ||
2619 | /** | 2619 | /** |
2620 | * selinux_netlbl_socket_peersid - Return the peer SID of a connected socket | 2620 | * selinux_netlbl_socket_getpeersec_stream - Return the connected peer's SID |
2621 | * @sock: the socket | 2621 | * @sock: the socket |
2622 | * | 2622 | * |
2623 | * Description: | 2623 | * Description: |