Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192395
b: refs/heads/master
c: c856347
h: refs/heads/master
i:
  192393: 980f3ea
  192391: 702f4fe
v: v3
  • Loading branch information
wzt.wzt@gmail.com authored and James Morris committed Mar 4, 2010
1 parent 25dc14d commit ffb40fe
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: 06b9b72df43800b9ae4e77202c8bf5848c9d6998
refs/heads/master: c8563473c1259f5686ceb918c548c80132089f79
6 changes: 2 additions & 4 deletions trunk/security/keys/keyring.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,10 @@ static void keyring_describe(const struct key *keyring, struct seq_file *m)
{
struct keyring_list *klist;

if (keyring->description) {
if (keyring->description)
seq_puts(m, keyring->description);
}
else {
else
seq_puts(m, "[anon]");
}

rcu_read_lock();
klist = rcu_dereference(keyring->payload.subscriptions);
Expand Down

0 comments on commit ffb40fe

Please sign in to comment.