staging: slicoss: Fix unnecessary line continuations
authorGulsah Kose <gulsah.1004@gmail.com>
Wed, 12 Mar 2014 22:34:53 +0000 (00:34 +0200)
committerPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Sun, 16 Mar 2014 23:49:56 +0000 (16:49 -0700)
Removed unnecessary line continuations in slicoss.c

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
drivers/staging/slicoss/slicoss.c

index 12aafe37720c04cfd43320640763547b9d64d065..611536eee768ffbc90a49396cb1d524a7cfe5049 100644 (file)
 #include "slic.h"
 
 static uint slic_first_init = 1;
-static char *slic_banner = "Alacritech SLIC Technology(tm) Server "\
+static char *slic_banner = "Alacritech SLIC Technology(tm) Server "
                "and Storage Accelerator (Non-Accelerated)";
 
 static char *slic_proc_version = "2.0.351  2006/07/14 12:26:00";
-static char *slic_product_name = "SLIC Technology(tm) Server "\
+static char *slic_product_name = "SLIC Technology(tm) Server "
                "and Storage Accelerator (Non-Accelerated)";
 static char *slic_vendor = "Alacritech, Inc.";
 
This page took 0.031186 seconds and 5 git commands to generate.