Re: [RFC PATCH] PCI MMCONFIG: add validation against ACPI motherboard resources

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Randy Dunlap
Date: Sunday, April 29, 2007 - 7:59 pm

On Sun, 29 Apr 2007 20:14:37 -0600 Robert Hancock wrote:


	if (!mcfg_res.flags)


	for (i = 0; i < pci_mmcfg_config_num; i++) {


line too long.


		if (

			if ((
		and that line ends with a space :(


	if (type == 1)



externs should go in header files.  (not that you started this here)


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC PATCH] PCI MMCONFIG: add validation against ACPI ..., Randy Dunlap, (Sun Apr 29, 7:59 pm)
Re: [RFC PATCH] PCI MMCONFIG: add validation against ACPI ..., Olivier Galibert, (Mon Apr 30, 3:59 pm)
Re: [RFC PATCH] PCI MMCONFIG: add validation against ACPI ..., Olivier Galibert, (Wed May 23, 3:24 pm)
Re: [RFC PATCH] PCI MMCONFIG: add validation against ACPI ..., Stephen Hemminger, (Wed May 23, 4:07 pm)