Staging: Fix continuation line formats

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>
This commit is contained in:
Joe Perches 2010-02-01 23:22:14 -08:00 committed by Greg Kroah-Hartman
parent 8455cd1bdb
commit c7e10c9956
3 changed files with 13 additions and 14 deletions

View 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;
}

View 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 */

View 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");