Commit f34ac9d4 authored by Sven Eckelmann's avatar Sven Eckelmann Committed by Antonio Quartulli
Browse files

batman-adv: Drop invalid kerneldoc for variable batadv_vlan_attrs

parent e51f0397
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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,