|
@@ -342,7 +342,7 @@ struct batadv_debuginfo batadv_debuginfo_##_name = { \
|
|
|
.llseek = seq_lseek, \
|
|
|
.release = single_release, \
|
|
|
} \
|
|
|
-};
|
|
|
+}
|
|
|
|
|
|
/* the following attributes are general and therefore they will be directly
|
|
|
* placed in the BATADV_DEBUGFS_SUBDIR subdirectory of debugfs
|
|
@@ -404,7 +404,7 @@ struct batadv_debuginfo batadv_hardif_debuginfo_##_name = { \
|
|
|
.llseek = seq_lseek, \
|
|
|
.release = single_release, \
|
|
|
}, \
|
|
|
-};
|
|
|
+}
|
|
|
static BATADV_HARDIF_DEBUGINFO(originators, S_IRUGO,
|
|
|
batadv_originators_hardif_open);
|
|
|
|