From: Lee Jones Date: Wed, 28 Oct 2015 16:53:04 +0000 (+0000) Subject: mfd: da9052-irq: Fix trivial 'space before comma' error X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=997eea4691c5475765566dbaeb38bb60700c54bb;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git mfd: da9052-irq: Fix trivial 'space before comma' error ERROR: space prohibited before that ',' (ctx:WxW) + da9052_free_irq(da9052, DA9052_IRQ_ADC_EOM , da9052); total: 1 errors, 0 warnings, 290 lines checked Cc: Support Opensource Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/da9052-irq.c b/drivers/mfd/da9052-irq.c index f4cb4613140b..cd4ca849ca44 100644 --- a/drivers/mfd/da9052-irq.c +++ b/drivers/mfd/da9052-irq.c @@ -283,7 +283,7 @@ regmap_err: int da9052_irq_exit(struct da9052 *da9052) { - da9052_free_irq(da9052, DA9052_IRQ_ADC_EOM , da9052); + da9052_free_irq(da9052, DA9052_IRQ_ADC_EOM, da9052); regmap_del_irq_chip(da9052->chip_irq, da9052->irq_data); return 0;