From f6a1a44b3c31ee3786ccbb0b4dc3ace0fa8edf37 Mon Sep 17 00:00:00 2001 From: Keith Owens Date: Sun, 14 Jul 2002 23:00:51 -0700 Subject: [PATCH] [PATCH] 2.5.24 mm_slab.c for DocBook '**' in comments misleads DocBook, the comment is for a structure that DocBook cannot handle. --- mm/slab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/slab.c b/mm/slab.c index 5153b9469737..1b5ef5f68a3e 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -2019,7 +2019,7 @@ static int s_show(struct seq_file *m, void *p) return 0; } -/** +/* * slabinfo_op - iterator that generates /proc/slabinfo * * Output layout: -- 2.47.3