[POWERPC] Make doc comments extractable
We don't have much in the way of doc comments, but some of those we do have don't work because they start with "/***" or "/*", not "/**" which is what kernel-doc requires. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
3ab2b385c8
commit
40681b95a4
@@ -224,7 +224,7 @@ static struct irq_host_ops i8259_host_ops = {
|
||||
.xlate = i8259_host_xlate,
|
||||
};
|
||||
|
||||
/****
|
||||
/**
|
||||
* i8259_init - Initialize the legacy controller
|
||||
* @node: device node of the legacy PIC (can be NULL, but then, it will match
|
||||
* all interrupts, so beware)
|
||||
|
Reference in New Issue
Block a user