Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Joe Perches and committed by
Greg Kroah-Hartman
c7e10c99 8455cd1b

+13 -14
+8 -8
drivers/staging/rtl8192su/r8192S_phy.c
··· 2407 2407 break; 2408 2408 2409 2409 default: 2410 - RT_TRACE(COMP_DBG, "SetBWModeCallback8190Pci():\ 2411 - unknown Bandwidth: %#X\n",priv->CurrentChannelBW); 2410 + RT_TRACE(COMP_DBG, "SetBWModeCallback8190Pci(): unknown Bandwidth: %#X\n", 2411 + priv->CurrentChannelBW); 2412 2412 break; 2413 2413 } 2414 2414 ··· 3398 3398 u32 delay; 3399 3399 // bool ret; 3400 3400 3401 - RT_TRACE(COMP_SCAN, "==>SwChnlCallback8190Pci(), switch to channel\ 3402 - %d\n", priv->chan); 3401 + RT_TRACE(COMP_SCAN, "==>SwChnlCallback8190Pci(), switch to channel %d\n", 3402 + priv->chan); 3403 3403 3404 3404 3405 3405 if(!priv->up) ··· 3525 3525 break; 3526 3526 3527 3527 default: 3528 - RT_TRACE(COMP_DBG, "SetChannelBandwidth8190Pci():\ 3529 - unknown Bandwidth: %#X\n",priv->CurrentChannelBW); 3528 + RT_TRACE(COMP_DBG, "SetChannelBandwidth8190Pci(): unknown Bandwidth: %#X\n", 3529 + priv->CurrentChannelBW); 3530 3530 break; 3531 3531 } 3532 3532 ··· 3660 3660 break; 3661 3661 3662 3662 default: 3663 - RT_TRACE(COMP_DBG, "SetBWModeCallback8192SUsbWorkItem():\ 3664 - unknown Bandwidth: %#X\n",priv->CurrentChannelBW); 3663 + RT_TRACE(COMP_DBG, "SetBWModeCallback8192SUsbWorkItem(): unknown Bandwidth: %#X\n", 3664 + priv->CurrentChannelBW); 3665 3665 break; 3666 3666 } 3667 3667
+3 -2
drivers/staging/sep/sep_driver.c
··· 944 944 dbg("data_size is %lu\n", data_size); 945 945 while (1); 946 946 } 947 - edbg("lli_array[%lu].physical_address is %08lx, \ 948 - lli_array[%lu].block_size is %lu\n", count, lli_array[count].physical_address, count, lli_array[count].block_size); 947 + edbg("lli_array[%lu].physical_address is %08lx, lli_array[%lu].block_size is %lu\n", 948 + count, lli_array[count].physical_address, 949 + count, lli_array[count].block_size); 949 950 } 950 951 951 952 /* set output params */
+2 -4
drivers/staging/slicoss/slicoss.c
··· 658 658 659 659 if (copy_from_user(data, rq->ifr_data, 28)) { 660 660 PRINT_ERROR 661 - ("slic: copy_from_user FAILED getting \ 662 - initial simba param\n"); 661 + ("slic: copy_from_user FAILED getting initial simba param\n"); 663 662 return -EFAULT; 664 663 } 665 664 ··· 673 674 (tracemon_request == 674 675 SLIC_DUMP_IN_PROGRESS)) { 675 676 PRINT_ERROR 676 - ("ATK Diagnostic Trace Dump Requested but \ 677 - already in progress... ignore\n"); 677 + ("ATK Diagnostic Trace Dump Requested but already in progress... ignore\n"); 678 678 } else { 679 679 PRINT_ERROR 680 680 ("ATK Diagnostic Trace Dump Requested\n");