projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51f039
)
batman-adv: Drop invalid kerneldoc for variable batadv_vlan_attrs
author
Sven Eckelmann
<sven@narfation.org>
Sun, 6 Sep 2015 19:38:53 +0000
(21:38 +0200)
committer
Antonio Quartulli
<a@unstable.cc>
Tue, 2 Feb 2016 04:40:29 +0000
(12:40 +0800)
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
net/batman-adv/sysfs.c
patch
|
blob
|
history
diff --git
a/net/batman-adv/sysfs.c
b/net/batman-adv/sysfs.c
index
fe87777
..
33772d9
100644
(file)
--- 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,