net/qede/base: formatting changes

Fixes white spaces and tabs.

Signed-off-by: Rasesh Mody <rasesh.mody@qlogic.com>
This commit is contained in:
Rasesh Mody 2016-10-18 21:11:16 -07:00 committed by Bruce Richardson
parent c018d2b49d
commit d2e7d931d0
47 changed files with 2155 additions and 2155 deletions

View File

@ -607,8 +607,7 @@ ecore_spq_add_entry(struct ecore_hwfn *p_hwfn,
p_spq->unlimited_pending_count++;
return ECORE_SUCCESS;
}
} else {
struct ecore_spq_entry *p_en2;
p_en2 = OSAL_LIST_FIRST_ENTRY(&p_spq->free_pool,
@ -634,6 +633,7 @@ ecore_spq_add_entry(struct ecore_hwfn *p_hwfn,
p_ent = p_en2;
}
}
/* entry is to be placed in 'pending' queue */
switch (priority) {