Fix checkpatch issue - WARNING:LINE_SPACING

Adding a line after variable declaration in order to comply with
the defined coding style.

Change-Id: Id41af88404bd37227bfd59a2d71ce08d0d6ce005
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
This commit is contained in:
Yonattan Louise 2015-04-14 17:15:52 -05:00 committed by Anas Nashif
commit 5b5f4eb948
30 changed files with 51 additions and 0 deletions

View file

@ -353,6 +353,7 @@ int pci_dev_find(int class, int idx, uint32_t *addr, uint32_t *size, int *irq)
{
int i;
int j;
for (i = 0, j = 0; i < dev_info_idx; i++) {
if (dev_info[i].class != class)
continue;