[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200901310147.02897.rjw@sisk.pl>
Date: Sat, 31 Jan 2009 01:47:02 +0100
From: "Rafael J. Wysocki" <rjw@...k.pl>
To: Ingo Molnar <mingo@...e.hu>
Cc: Parag Warudkar <parag.lkml@...il.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Matt Carlson <mcarlson@...adcom.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
"David S. Miller" <davem@...emloft.net>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: 2.6.29-rc3: tg3 dead after resume
On Saturday 31 January 2009, Ingo Molnar wrote:
>
> * Rafael J. Wysocki <rjw@...k.pl> wrote:
>
> > +static struct dev_pm_ops pcie_portdrv_pm_ops = {
> > + .suspend = pcie_port_device_suspend,
> > + .resume = pcie_port_device_resume,
> > + .freeze = pcie_port_device_suspend,
> > + .thaw = pcie_port_device_resume,
> > + .poweroff = pcie_port_device_suspend,
> > + .restore = pcie_port_device_resume,
> > +};
>
> pet peeve: could we please use vertical spaces wherever they improve the
> code?
>
> Something like:
>
> static struct dev_pm_ops pcie_portdrv_pm_ops = {
> .suspend = pcie_port_device_suspend,
> .resume = pcie_port_device_resume,
> .freeze = pcie_port_device_suspend,
> .thaw = pcie_port_device_resume,
> .poweroff = pcie_port_device_suspend,
> .restore = pcie_port_device_resume,
> };
>
> ... and it all becomes clear at a glance. Please?
OK
Rafael
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists