summaryrefslogtreecommitdiff
path: root/udevd.h
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-02-24 20:13:25 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:36:14 -0700
commitf8a178a35b8dee2ee46a3de298345aa4faa8f41e (patch)
tree8c0f5f8ac85fc0ac0a6c33efab7c991c09bcdc10 /udevd.h
parent833aa0fab572536ebb680cc54bf95c50c3b36a0f (diff)
[PATCH] trivial rename of some variables
Diffstat (limited to 'udevd.h')
-rw-r--r--udevd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/udevd.h b/udevd.h
index ae1d20e5ec..64e1d6ad12 100644
--- a/udevd.h
+++ b/udevd.h
@@ -52,7 +52,7 @@ struct udevsend_msg {
};
struct hotplug_msg {
- struct list_head list;
+ struct list_head node;
pid_t pid;
long queue_time;
char *action;