aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep/sep_driver.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-01-31 12:02:08 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 16:42:54 -0800
commitbc56894234e55ad53419cfda1bbfc401a8be3e46 (patch)
tree3f5bf29207d6466a7522de4bffde4b4755552a8a /drivers/staging/sep/sep_driver.c
parentStaging: comedi: adq12b: Checkpatch cleanups 2 (diff)
downloadlinux-dev-bc56894234e55ad53419cfda1bbfc401a8be3e46.tar.xz
linux-dev-bc56894234e55ad53419cfda1bbfc401a8be3e46.zip
Staging: Fix continuation line formats
String constants that are continued on subsequent lines with \ are not good. Fixed a "is tryied" / tried typo 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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/sep/sep_driver.c b/drivers/staging/sep/sep_driver.c
index 8ab3be684098..f9a492a8cef4 100644
--- a/drivers/staging/sep/sep_driver.c
+++ b/drivers/staging/sep/sep_driver.c
@@ -384,8 +384,7 @@ static int sep_mmap(struct file *filp, struct vm_area_struct *vma)
shared area */
if ((vma->vm_end - vma->vm_start) > SEP_DRIVER_MMMAP_AREA_SIZE) {
edbg("SEP Driver mmap requested size is more than allowed\n");
- printk(KERN_WARNING "SEP Driver mmap requested size is more \
- than allowed\n");
+ printk(KERN_WARNING "SEP Driver mmap requested size is more than allowed\n");
printk(KERN_WARNING "SEP Driver vma->vm_end is %08lx\n", vma->vm_end);
printk(KERN_WARNING "SEP Driver vma->vm_end is %08lx\n", vma->vm_start);
return -EAGAIN;