aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep/sep_driver.c
diff options
context:
space:
mode:
authorTim Retout <tim@retout.co.uk>2011-05-29 19:38:32 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-28 13:23:57 -0700
commit1fddb42caff955d072e4ea55ae0a55549840e971 (patch)
tree502fd1012128d69b826d4e9251ac1e5d5a4ad74a /drivers/staging/sep/sep_driver.c
parentfcfd8ac0a599dc99eb67259ed809312dc8c4df51 (diff)
downloadkernel_goldelico_gta04-1fddb42caff955d072e4ea55ae0a55549840e971.zip
kernel_goldelico_gta04-1fddb42caff955d072e4ea55ae0a55549840e971.tar.gz
kernel_goldelico_gta04-1fddb42caff955d072e4ea55ae0a55549840e971.tar.bz2
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>
Diffstat (limited to 'drivers/staging/sep/sep_driver.c')
-rw-r--r--drivers/staging/sep/sep_driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/sep/sep_driver.c b/drivers/staging/sep/sep_driver.c
index 52342c1..be8594e 100644
--- a/drivers/staging/sep/sep_driver.c
+++ b/drivers/staging/sep/sep_driver.c
@@ -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 */