Re: [PATCH v4 1/3] driver core: platform: Add an error message to platform_get_irq*()

From: Markus Elfring
Date: Thu Jul 25 2019 - 14:03:16 EST


â
> +++ b/drivers/base/platform.c
> @@ -99,12 +99,7 @@ void __iomem *devm_platform_ioremap_resource(struct platform_device *pdev,
â
> -int platform_get_irq(struct platform_device *dev, unsigned int num)
> +static int __platform_get_irq(struct platform_device *dev, unsigned int num)
> {
â
I suggest to avoid the usage of double underscores in such identifiers.
Will an other function name be more appropriate here?

Regards,
Markus