浏览代码

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>
Sven Eckelmann 10 年之前
父节点
当前提交
f34ac9d4ec
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      net/batman-adv/sysfs.c

+ 1 - 3
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,