lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 13 Jan 2012 11:01:16 +0100
From:	Rafał Miłecki <zajec5@...il.com>
To:	Arend van Spriel <arend@...adcom.com>
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Larry Finger <Larry.Finger@...inger.net>,
	Alwin Beukers <alwin@...adcom.com>,
	Roland Vossen <rvossen@...adcom.com>,
	"John W. Linville" <linville@...driver.com>,
	Network Development <netdev@...r.kernel.org>,
	"Franky (Zhenhui) Lin" <frankyl@...adcom.com>
Subject: Re: [PATCH 1/5] bcma: convert suspend/resume to pm_ops

W dniu 13 stycznia 2012 10:58 użytkownik Arend van Spriel
<arend@...adcom.com> napisał:
> On 01/13/2012 09:00 AM, Linus Torvalds wrote:
>>
>> From: Linus Torvalds <torvalds@...ux-foundation.org>
>> Date: Thu, 12 Jan 2012 22:47:01 -0800
>>
>> .. and avoid doing th eunnecessary PCI operations - the PCI layer will do them for us.
>>
>> Signed-off-by: Linus Torvalds <torvalds@...ux-foundation.org>
>> ---
>>  drivers/bcma/host_pci.c |   38 +++++++++++++-------------------------
>>  1 files changed, 13 insertions(+), 25 deletions(-)
>>
>> diff --git a/drivers/bcma/host_pci.c b/drivers/bcma/host_pci.c
>> index 443b83a2fd7a..3aee641c9b7b 100644
>> --- a/drivers/bcma/host_pci.c
>> +++ b/drivers/bcma/host_pci.c
>> @@ -235,38 +235,27 @@ static void bcma_host_pci_remove(struct pci_dev *dev)
>>  }
>>
>>  #ifdef CONFIG_PM
>> -static int bcma_host_pci_suspend(struct pci_dev *dev, pm_message_t state)
>> +static int bcma_suspend(struct device *dev)
>
> All functions in host_pci.c start with bcma_host_pci_ prefix. Can we
> stick to that convention?

/me agrees
Would be nice

-- 
Rafał
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ