[PATCH V3 05/11] USB: OHCI: Properly handle ohci-ep93xx suspend
Viresh Kumar
viresh.kumar at linaro.org
Wed Jun 19 10:49:15 EDT 2013
On 19 June 2013 20:12, Manjunath Goudar <manjunath.goudar at linaro.org> wrote:
> On 19 June 2013 18:13, Sergei Shtylyov <sergei.shtylyov at cogentembedded.com>
>> On 19-06-2013 16:12, Manjunath Goudar wrote:
>>> struct usb_hcd *hcd = platform_get_drvdata(pdev);
>>> struct ohci_hcd *ohci = hcd_to_ohci(hcd);
>>> + bool do_wakeup = device_may_wakeup(&pdev->dev);
>>> + int ret;
>>
>>
>> There was no need to use tabs here, didn't you see that here the
>> variables aren't aligned?
> Instead of gmail you can use thunderbird mail there it is showing proper
> alignment.
First try to understand what the actual comment is. He isn't complaining
about bad alignment but as hcd and ohci aren't aligned with tabs, you
don't require to add tabs to do_wakeup and ret.
--
viresh
More information about the linux-arm-kernel
mailing list