Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41749
b: refs/heads/master
c: c6fa82a
h: refs/heads/master
i:
  41747: fd439fb
v: v3
  • Loading branch information
Paul Moore authored and David S. Miller committed Dec 3, 2006
1 parent 839d09e commit 1f09974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd28786d6d4209ec32a375d92188ec7b4d98779f
refs/heads/master: c6fa82a9dd6160e0bc980cb0401c16bf62f2fe66
6 changes: 2 additions & 4 deletions trunk/include/net/netlabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,12 @@ static inline void netlbl_secattr_cache_free(struct netlbl_lsm_cache *cache)
* @secattr: the struct to initialize
*
* Description:
* Initialize an already allocated netlbl_lsm_secattr struct. Returns zero on
* success, negative values on error.
* Initialize an already allocated netlbl_lsm_secattr struct.
*
*/
static inline int netlbl_secattr_init(struct netlbl_lsm_secattr *secattr)
static inline void netlbl_secattr_init(struct netlbl_lsm_secattr *secattr)
{
memset(secattr, 0, sizeof(*secattr));
return 0;
}

/**
Expand Down

0 comments on commit 1f09974

Please sign in to comment.