diff options
author | Sven Eckelmann <sven@narfation.org> | 2015-09-06 22:38:53 +0300 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-02-02 07:40:29 +0300 |
commit | f34ac9d4ec1fcb02fc70aad8d1ce0c0641a90b12 (patch) | |
tree | 2175f82d9db67b6f73327a10006cd5a101c34cd6 /net/batman-adv/sysfs.c | |
parent | e51f0397ded5bcbc2dd1694bc3d6f24cb2d42fa5 (diff) | |
download | linux-f34ac9d4ec1fcb02fc70aad8d1ce0c0641a90b12.tar.xz |
batman-adv: Drop invalid kerneldoc for variable batadv_vlan_attrs
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Diffstat (limited to 'net/batman-adv/sysfs.c')
-rw-r--r-- | net/batman-adv/sysfs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/batman-adv/sysfs.c b/net/batman-adv/sysfs.c index fe87777fda8a..33772d9bd613 100644 --- a/net/batman-adv/sysfs.c +++ b/net/batman-adv/sysfs.c @@ -620,9 +620,7 @@ static struct batadv_attribute *batadv_mesh_attrs[] = { BATADV_ATTR_VLAN_BOOL(ap_isolation, S_IRUGO | S_IWUSR, NULL); -/** - * batadv_vlan_attrs - array of vlan specific sysfs attributes - */ +/* array of vlan specific sysfs attributes */ static struct batadv_attribute *batadv_vlan_attrs[] = { &batadv_attr_vlan_ap_isolation, NULL, |