Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235493
b: refs/heads/master
c: d5c97c1
h: refs/heads/master
i:
  235491: 7b8f76b
v: v3
  • Loading branch information
Javi Merino authored and Greg Kroah-Hartman committed Mar 7, 2011
1 parent f2a2f85 commit de435aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f1a304e7941cc76353363a139cbb6a4b1ca7c737
refs/heads/master: d5c97c1099f5617dc1ba3d1f0058d1341b1faf4c
2 changes: 1 addition & 1 deletion trunk/Documentation/kref.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static struct my_data *get_entry()
struct my_data *entry = NULL;
mutex_lock(&mutex);
if (!list_empty(&q)) {
entry = container_of(q.next, struct my_q_entry, link);
entry = container_of(q.next, struct my_data, link);
kref_get(&entry->refcount);
}
mutex_unlock(&mutex);
Expand Down

0 comments on commit de435aa

Please sign in to comment.