â+++ b/drivers/irqchip/irq-csky-apb-intc.c
Let us keep it as it isI propose to reconsider also this view.
to make the code clear and to avoid the alignment issue:How do you think about to delete this assignment if you would like to
ret = foo();
if (ret) {
ret = -ENOMEM;
reuse the return value from a call of the function âirq_alloc_domain_generic_chipsâ?
goto ...
}
Please apply a known script also for the purpose to achieve consistent indentation.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts/checkpatch.pl?id=cd77006e01b3198c75fb7819b3d0ff89709539bb#n3301
Regards,
Markus