Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186740
b: refs/heads/master
c: c7e10c9
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 8a79063 commit 4f38c9a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8455cd1bdba3331e07291c455ca70be33ff39860
refs/heads/master: c7e10c99565d7a4d2f4bcc37e7bccd6c8120a0a3
16 changes: 8 additions & 8 deletions trunk/drivers/staging/rtl8192su/r8192S_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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)
Expand Down Expand 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;
}

Expand Down Expand Up @@ -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;
}

Expand Down
5 changes: 3 additions & 2 deletions trunk/drivers/staging/sep/sep_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
6 changes: 2 additions & 4 deletions trunk/drivers/staging/slicoss/slicoss.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -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");
Expand Down

0 comments on commit 4f38c9a

Please sign in to comment.