This patch removes some bogus kernel-doc for batadv_vis_data_open() in debugfs.c
This was introduced with ("batman-adv: Distributed ARP Table - implement local storage")
Signed-off-by: Antonio Quartulli ordex@autistici.org ---
v2: 1/2) simple re-spin 2/2) fixed kernel-doc
debugfs.c | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/debugfs.c b/debugfs.c index 61c7d4d..3f679cb 100644 --- a/debugfs.c +++ b/debugfs.c @@ -300,11 +300,6 @@ static int batadv_transtable_local_open(struct inode *inode, struct file *file) return single_open(file, batadv_tt_local_seq_print_text, net_dev); }
-/** - * batadv_vis_data_open - prepare file handler for reads from dat_cache - * @inode: - * @file: - */ static int batadv_vis_data_open(struct inode *inode, struct file *file) { struct net_device *net_dev = (struct net_device *)inode->i_private;