mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
staging: sep: clean up some checkpatch.pl issues
Use consistent spacing in array indexing, and a whitespace fix. Signed-off-by: Tim Retout <tim@retout.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
fcfd8ac0a5
commit
1fddb42caf
@ -1102,9 +1102,9 @@ static int sep_lock_user_pages(struct sep_device *sep,
|
||||
"lli_array[%x].bus_address is "
|
||||
"%08lx, lli_array[%x].block_size is %x\n",
|
||||
num_pages - 1,
|
||||
(unsigned long)lli_array[num_pages -1].bus_address,
|
||||
(unsigned long)lli_array[num_pages - 1].bus_address,
|
||||
num_pages - 1,
|
||||
lli_array[num_pages -1].block_size);
|
||||
lli_array[num_pages - 1].block_size);
|
||||
}
|
||||
|
||||
/* Set output params according to the in_out flag */
|
||||
|
Loading…
x
Reference in New Issue
Block a user