On Tue, Nov 22, 2011 at 9:28 AM, Viresh Kumar <[email protected]> wrote: > On 11/22/2011 1:55 PM, Linus WALLEIJ wrote: >> if (list_empty(&pl022->queue) || !pl022->running) { >> + if (pl022->busy) { >> + pm_runtime_put(&pl022->adev->dev); >> + } > > We used to get warnings from checkpatch, for single line code inside {}. > Don't we get them anymore?
It's driven by heuristics, I think it only warns on the first level since elsewhere you may want braces for readability. But I'll take it out when I add you Reviewed-by... Linus ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
