mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 10:45:49 +00:00
parisc: ccio-dma.c: Added tab instead of spaces
Single spaces has been removed and replaced with tabs. This is done to maintain code uniformity. Signed-off-by: Shubhankar Kuranagatti <shubhankarvk@gmail.com> Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
ab9c13a4b5
commit
8ef5b28d67
@ -293,7 +293,7 @@ static int ioc_count;
|
||||
** cause the kernel to panic anyhow.
|
||||
*/
|
||||
#define CCIO_SEARCH_LOOP(ioc, res_idx, mask, size) \
|
||||
for(; res_ptr < res_end; ++res_ptr) { \
|
||||
for (; res_ptr < res_end; ++res_ptr) { \
|
||||
int ret;\
|
||||
unsigned int idx;\
|
||||
idx = (unsigned int)((unsigned long)res_ptr - (unsigned long)ioc->res_map); \
|
||||
|
Loading…
Reference in New Issue
Block a user