Staging: Fix continuation line formats
authorJoe Perches <joe@perches.com>
Tue, 2 Feb 2010 07:22:14 +0000 (23:22 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:42:55 +0000 (16:42 -0800)
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>
drivers/staging/rtl8192su/r8192S_phy.c
drivers/staging/sep/sep_driver.c
drivers/staging/slicoss/slicoss.c

index 77ab026..63d4e5f 100644 (file)
@@ -2407,8 +2407,8 @@ void PHY_SetBWModeCallback8192S(struct net_device *dev)
                        break;
 
                default:
-                       RT_TRACE(COMP_DBG, "SetBWModeCallback8190Pci():\
-                                               unknown Bandwidth: %#X\n",priv->CurrentChannelBW);
+                       RT_TRACE(COMP_DBG, "SetBWModeCallback8190Pci(): unknown Bandwidth: %#X\n",
+                                priv->CurrentChannelBW);
                        break;
        }
 
@@ -3398,8 +3398,8 @@ void SwChnlCallback8192SUsb(struct net_device *dev)
        u32                     delay;
 //     bool                    ret;
 
-       RT_TRACE(COMP_SCAN, "==>SwChnlCallback8190Pci(), switch to channel\
-                               %d\n", priv->chan);
+       RT_TRACE(COMP_SCAN, "==>SwChnlCallback8190Pci(), switch to channel %d\n",
+                priv->chan);
 
 
        if(!priv->up)
@@ -3525,8 +3525,8 @@ void SetBWModeCallback8192SUsb(struct net_device *dev)
                        break;
 
                default:
-                       RT_TRACE(COMP_DBG, "SetChannelBandwidth8190Pci():\
-                                               unknown Bandwidth: %#X\n",priv->CurrentChannelBW);
+                       RT_TRACE(COMP_DBG, "SetChannelBandwidth8190Pci(): unknown Bandwidth: %#X\n",
+                                priv->CurrentChannelBW);
                        break;
        }
 
@@ -3660,8 +3660,8 @@ void SetBWModeCallback8192SUsbWorkItem(struct net_device *dev)
                        break;
 
                default:
-                       RT_TRACE(COMP_DBG, "SetBWModeCallback8192SUsbWorkItem():\
-                                               unknown Bandwidth: %#X\n",priv->CurrentChannelBW);
+                       RT_TRACE(COMP_DBG, "SetBWModeCallback8192SUsbWorkItem(): unknown Bandwidth: %#X\n",
+                                priv->CurrentChannelBW);
                        break;
        }
 
index f9a492a..265de79 100644 (file)
@@ -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 */
index 87d98e3..37e5186 100644 (file)
@@ -658,8 +658,7 @@ static int slic_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
 
                        if (copy_from_user(data, rq->ifr_data, 28)) {
                                PRINT_ERROR
-                                   ("slic: copy_from_user FAILED getting \
-                                    initial simba param\n");
+                                   ("slic: copy_from_user FAILED getting initial simba param\n");
                                return -EFAULT;
                        }
 
@@ -674,8 +673,7 @@ static int slic_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
                                   (tracemon_request ==
                                    SLIC_DUMP_IN_PROGRESS)) {
                                PRINT_ERROR
-                                   ("ATK Diagnostic Trace Dump Requested but \
-                                    already in progress... ignore\n");
+                                   ("ATK Diagnostic Trace Dump Requested but already in progress... ignore\n");
                        } else {
                                PRINT_ERROR
                                    ("ATK Diagnostic Trace Dump Requested\n");