Cosmetic: Fix issues found by checkpatch

Change-Id: I6beb9ca93a98784d456740d76737996b50a65a71
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-07-20 12:04:52 -04:00 committed by Anas Nashif
commit 3019daba6a
2 changed files with 2 additions and 3 deletions

View file

@ -41,7 +41,7 @@ This is the linker script for both standard images and XIP images.
/*
* 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.
* They are loaded at reset to various Flash Memory module (FTFE) registers.
*/

View file

@ -123,8 +123,7 @@ static int quark_init(struct device *arg)
pci_bus_scan_init();
while (pci_bus_scan(&info))
{
while (pci_bus_scan(&info)) {
pci_show(&info);
info.class = 0;
info.vendor_id = 0;