Thread (14 messages) 14 messages, 4 authors, 2017-06-09

Re: [PATCH v10 1/6] i2c: designware: Cleaning and comment style fixes.

From: Luis Oliveira <hidden>
Date: 2017-06-09 07:57:51
Also in: linux-i2c, lkml

On 09-Jun-17 6:12, Peter Rosin wrote:
On 2017-06-08 19:36, Luis Oliveira wrote:
quoted
complicated to review. The work here won't bring any additional work to
backported fixes because is just style and reordering.
I challenge that. If there is an old bug that existed before this patch
that is fixed in the future after this patch has been applied, it might
very well be hard_er_ to backport that fix to a point before this patch
has been applied. So, what do you mean?
Yes, that's true. But it will not be that hard since it's mostly style
(comments, format, return variables, misspelled words).
For my humble point of view the code looks better after this patch is applied.
So if It's more easy to read it should be more easy to fix also if needed.
quoted
@@ -984,12 +984,12 @@ int i2c_dw_probe(struct dw_i2c_dev *dev)
 	}
 
 	i2c_dw_disable_int(dev);
-	r = devm_request_irq(dev->dev, dev->irq, i2c_dw_isr, irq_flags,
+	ret = devm_request_irq(dev->dev, dev->irq, i2c_dw_isr, irq_flags,
 			     dev_name(dev->dev), dev);
Two extra spaces needed to align with the opening bracket.
Thank you, you are right.
Cheers,
peda
Cheers,
Luis
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help