Re: [PATCH] irqdesc: add memory managed version of irq_alloc_descs()

From: Thomas Gleixner
Date: Fri Feb 10 2017 - 06:33:26 EST


On Tue, 7 Feb 2017, Bartosz Golaszewski wrote:
> +
> +int __devm_irq_alloc_descs(struct device *dev, int irq, unsigned int from,
> + unsigned int cnt, int node, struct module *owner,
> + const struct cpumask *affinity)

This lacks the kernel doc comment explaining the interface. Other than that
it's fine. See the other public functions in that file.

Thanks,

tglx