diff options
| author | Roland Dreier <rolandd@cisco.com> | 2005-10-28 18:50:51 -0400 | 
|---|---|---|
| committer | Roland Dreier <rolandd@cisco.com> | 2005-10-28 18:50:51 -0400 | 
| commit | a4da0628efd788eb199dd9df225e296035ec2539 (patch) | |
| tree | 1e611030c993e1480dc2f07f26976d2d33002b0d /lib/kobject_uevent.c | |
| parent | 70a30e16a8a9d22396a4d1e96af86e43594df584 (diff) | |
| parent | 20731945ae743034353a88c307920d1f16cf8ac8 (diff) | |
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'lib/kobject_uevent.c')
| -rw-r--r-- | lib/kobject_uevent.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c index 04ca4429ddfa..3ab375411e38 100644 --- a/lib/kobject_uevent.c +++ b/lib/kobject_uevent.c  | |||
| @@ -54,7 +54,7 @@ static char *action_to_string(enum kobject_action action) | |||
| 54 | static struct sock *uevent_sock; | 54 | static struct sock *uevent_sock; | 
| 55 | 55 | ||
| 56 | /** | 56 | /** | 
| 57 | * send_uevent - notify userspace by sending event trough netlink socket | 57 | * send_uevent - notify userspace by sending event through netlink socket | 
| 58 | * | 58 | * | 
| 59 | * @signal: signal name | 59 | * @signal: signal name | 
| 60 | * @obj: object path (kobject) | 60 | * @obj: object path (kobject) | 
| @@ -62,7 +62,7 @@ static struct sock *uevent_sock; | |||
| 62 | * @gfp_mask: | 62 | * @gfp_mask: | 
| 63 | */ | 63 | */ | 
| 64 | static int send_uevent(const char *signal, const char *obj, | 64 | static int send_uevent(const char *signal, const char *obj, | 
| 65 | char **envp, int gfp_mask) | 65 | char **envp, gfp_t gfp_mask) | 
| 66 | { | 66 | { | 
| 67 | struct sk_buff *skb; | 67 | struct sk_buff *skb; | 
| 68 | char *pos; | 68 | char *pos; | 
| @@ -98,7 +98,7 @@ static int send_uevent(const char *signal, const char *obj, | |||
| 98 | } | 98 | } | 
| 99 | 99 | ||
| 100 | static int do_kobject_uevent(struct kobject *kobj, enum kobject_action action, | 100 | static int do_kobject_uevent(struct kobject *kobj, enum kobject_action action, | 
| 101 | struct attribute *attr, int gfp_mask) | 101 | struct attribute *attr, gfp_t gfp_mask) | 
| 102 | { | 102 | { | 
| 103 | char *path; | 103 | char *path; | 
| 104 | char *attrpath; | 104 | char *attrpath; | 
