* [B.A.T.M.A.N.] [PATCH] batman-adv: remove bogus kernel-doc for batadv_vis_data_open()
@ 2012-10-16 6:24 Antonio Quartulli
2012-10-16 9:16 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Antonio Quartulli @ 2012-10-16 6:24 UTC (permalink / raw)
To: b.a.t.m.a.n
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>
---
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;
--
1.7.12.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-16 9:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-16 6:24 [B.A.T.M.A.N.] [PATCH] batman-adv: remove bogus kernel-doc for batadv_vis_data_open() Antonio Quartulli
2012-10-16 9:16 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox