diff options
author | Sven Eckelmann <sven@narfation.org> | 2012-06-05 16:31:29 -0400 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-07-01 16:47:21 -0400 |
commit | b4d66b877bc21ce907938bfd027dfe016617fac0 (patch) | |
tree | 2e871c35e9b079f24b5867034e08831b2c605195 /net/batman-adv/bat_sysfs.h | |
parent | 5bf74e9ca1e618afe5a513f64ee4923115e67004 (diff) |
batman-adv: Prefix local sysfs struct with batadv_
Reported-by: Martin Hundebøll <martin@hundeboll.net>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/bat_sysfs.h')
-rw-r--r-- | net/batman-adv/bat_sysfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/bat_sysfs.h b/net/batman-adv/bat_sysfs.h index 28c2948d6a6a..88f95f817c4d 100644 --- a/net/batman-adv/bat_sysfs.h +++ b/net/batman-adv/bat_sysfs.h | |||
@@ -23,7 +23,7 @@ | |||
23 | #define BATADV_SYSFS_IF_MESH_SUBDIR "mesh" | 23 | #define BATADV_SYSFS_IF_MESH_SUBDIR "mesh" |
24 | #define BATADV_SYSFS_IF_BAT_SUBDIR "batman_adv" | 24 | #define BATADV_SYSFS_IF_BAT_SUBDIR "batman_adv" |
25 | 25 | ||
26 | struct bat_attribute { | 26 | struct batadv_attribute { |
27 | struct attribute attr; | 27 | struct attribute attr; |
28 | ssize_t (*show)(struct kobject *kobj, struct attribute *attr, | 28 | ssize_t (*show)(struct kobject *kobj, struct attribute *attr, |
29 | char *buf); | 29 | char *buf); |