Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66792
b: refs/heads/master
c: 583fab3
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yi authored and David S. Miller committed Oct 10, 2007
1 parent 966ad42 commit 5e9ec40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: 279632be3f546f4d88bdb086fa71479bcde9d641
refs/heads/master: 583fab37da52199a8b1ea30d9c39dc95f1ead24f
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ static void iwl_print_hex_dump(int level, void *p, u32 len)
* reclaiming packets (on 'tx done IRQ), if free space become > high mark,
* Tx queue resumed.
*
* The IPW operates with six queues, one receive queue in the device's
* The IWL operates with six queues, one receive queue in the device's
* sram, one transmit queue for sending commands to the device firmware,
* and four transmit queues for data.
***************************************************/
Expand Down Expand Up @@ -4591,12 +4591,12 @@ static void iwl_dump_nic_event_log(struct iwl_priv *priv)

/* bail out if nothing in log */
if (size == 0) {
IWL_ERROR("Start IPW Event Log Dump: nothing in log\n");
IWL_ERROR("Start IWL Event Log Dump: nothing in log\n");
iwl_release_restricted_access(priv);
return;
}

IWL_ERROR("Start IPW Event Log Dump: display count %d, wraps %d\n",
IWL_ERROR("Start IWL Event Log Dump: display count %d, wraps %d\n",
size, num_wraps);

/* if uCode has wrapped back to top of log, start at the oldest entry,
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/iwlwifi/iwl4965-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ static void iwl_print_hex_dump(int level, void *p, u32 len)
* reclaiming packets (on 'tx done IRQ), if free space become > high mark,
* Tx queue resumed.
*
* The IPW operates with six queues, one receive queue in the device's
* The IWL operates with six queues, one receive queue in the device's
* sram, one transmit queue for sending commands to the device firmware,
* and four transmit queues for data.
***************************************************/
Expand Down Expand Up @@ -4900,12 +4900,12 @@ static void iwl_dump_nic_event_log(struct iwl_priv *priv)

/* bail out if nothing in log */
if (size == 0) {
IWL_ERROR("Start IPW Event Log Dump: nothing in log\n");
IWL_ERROR("Start IWL Event Log Dump: nothing in log\n");
iwl_release_restricted_access(priv);
return;
}

IWL_ERROR("Start IPW Event Log Dump: display count %d, wraps %d\n",
IWL_ERROR("Start IWL Event Log Dump: display count %d, wraps %d\n",
size, num_wraps);

/* if uCode has wrapped back to top of log, start at the oldest entry,
Expand Down

0 comments on commit 5e9ec40

Please sign in to comment.