From dc35b9c201f5a98b5bccf80bec6a326a885fad0d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 22 Jul 2011 12:25:08 +0000 Subject: [PATCH] scst_vdisk: Join two source code lines git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3721 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index b94bcd926..9dbf11ade 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -5062,8 +5062,7 @@ static int vcdrom_open(char *p, char *name) cdrom_empty = 1; TRACE_DBG("%s", "No media"); } else if (*filename != '/') { - PRINT_ERROR("File path \"%s\" is not " - "absolute", filename); + PRINT_ERROR("File path \"%s\" is not absolute", filename); res = -EINVAL; goto out; } else