Staging: slicoss: Join split string.
authorKsenija Stanojevic <ksenija.stanojevic@gmail.com>
Mon, 23 Feb 2015 17:47:07 +0000 (18:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 23:18:36 +0000 (15:18 -0800)
This patch fixes warning issue by checkpatch.pl by joining the split string.
And also creates new warning that line exceeds 80 characters. In this case
this is more beneficial because of possibility to grep the string.

Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slicoss.c

index 1248f629e2d43a772e8e61a0a40849ff7848deb3..5bf5300e2d8b8a74a157ba6618c4ce3c32c0bce1 100644 (file)
@@ -99,8 +99,7 @@
 #include "slic.h"
 
 static uint slic_first_init = 1;
-static char *slic_banner = "Alacritech SLIC Technology(tm) Server "
-               "and Storage Accelerator (Non-Accelerated)";
+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";
 
This page took 0.027397 seconds and 5 git commands to generate.