Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit aa01d1fa75b4b7a6aa30823b9fc44c44532dba21 Author: Antonio Quartulli ordex@autistici.org Date: Tue Oct 16 08:24:41 2012 +0200
batman-adv: remove bogus kernel-doc for batadv_vis_data_open()
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 Signed-off-by: Marek Lindner lindner_marek@yahoo.de
aa01d1fa75b4b7a6aa30823b9fc44c44532dba21 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;