Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104771
b: refs/heads/master
c: a231934
h: refs/heads/master
i:
  104769: 177eae0
  104767: 460c0d9
v: v3
  • Loading branch information
Richard Kennedy authored and Greg Kroah-Hartman committed Jul 22, 2008
1 parent 3db6855 commit 3054c99
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: 6d8333c24d41637f0f847f6e17032189dae08c02
refs/heads/master: a231934bdf086a4fefc0df06e669499125a9db6f
2 changes: 1 addition & 1 deletion trunk/include/linux/kobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ enum kobject_action {

struct kobject {
const char *name;
struct kref kref;
struct list_head entry;
struct kobject *parent;
struct kset *kset;
struct kobj_type *ktype;
struct sysfs_dirent *sd;
struct kref kref;
unsigned int state_initialized:1;
unsigned int state_in_sysfs:1;
unsigned int state_add_uevent_sent:1;
Expand Down

0 comments on commit 3054c99

Please sign in to comment.