Cosmetic: Fix issues found by checkpatch
Change-Id: I6beb9ca93a98784d456740d76737996b50a65a71 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
7e28edbc96
commit
3019daba6a
2 changed files with 2 additions and 3 deletions
|
@ -41,7 +41,7 @@ This is the linker script for both standard images and XIP images.
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* K64F Flash configuration fields
|
* K64F Flash configuration fields
|
||||||
* These are 16 bytes, which must be loaded to address 0x400, and include
|
* These are 16 bytes, which must be loaded to address 0x400, and include
|
||||||
* default protection and security settings.
|
* default protection and security settings.
|
||||||
* They are loaded at reset to various Flash Memory module (FTFE) registers.
|
* They are loaded at reset to various Flash Memory module (FTFE) registers.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -123,8 +123,7 @@ static int quark_init(struct device *arg)
|
||||||
|
|
||||||
pci_bus_scan_init();
|
pci_bus_scan_init();
|
||||||
|
|
||||||
while (pci_bus_scan(&info))
|
while (pci_bus_scan(&info)) {
|
||||||
{
|
|
||||||
pci_show(&info);
|
pci_show(&info);
|
||||||
info.class = 0;
|
info.class = 0;
|
||||||
info.vendor_id = 0;
|
info.vendor_id = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue