aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep/sep_driver.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-02-01 23:22:14 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 16:42:55 -0800
commitc7e10c99565d7a4d2f4bcc37e7bccd6c8120a0a3 (patch)
tree2bfaaeb9a859daf44dcd955a3e5ea8b07741abf7 /drivers/staging/sep/sep_driver.c
parent8455cd1bdba3331e07291c455ca70be33ff39860 (diff)
downloadkernel_samsung_smdk4412-c7e10c99565d7a4d2f4bcc37e7bccd6c8120a0a3.zip
kernel_samsung_smdk4412-c7e10c99565d7a4d2f4bcc37e7bccd6c8120a0a3.tar.gz
kernel_samsung_smdk4412-c7e10c99565d7a4d2f4bcc37e7bccd6c8120a0a3.tar.bz2
Staging: Fix continuation line formats
String constants that are continued on subsequent lines with \ are not good. Signed-off-by: Joe Perches <joe@perches.com> 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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/sep/sep_driver.c b/drivers/staging/sep/sep_driver.c
index f9a492a..265de79 100644
--- a/drivers/staging/sep/sep_driver.c
+++ b/drivers/staging/sep/sep_driver.c
@@ -944,8 +944,9 @@ static int sep_lock_user_pages(struct sep_device *sep,
dbg("data_size is %lu\n", data_size);
while (1);
}
- edbg("lli_array[%lu].physical_address is %08lx, \
- lli_array[%lu].block_size is %lu\n", count, lli_array[count].physical_address, count, lli_array[count].block_size);
+ edbg("lli_array[%lu].physical_address is %08lx, lli_array[%lu].block_size is %lu\n",
+ count, lli_array[count].physical_address,
+ count, lli_array[count].block_size);
}
/* set output params */