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:
parent
b5e560fa81
commit
5b5f4eb948
30 changed files with 51 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue