Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79099
b: refs/heads/master
c: 4fd1f84
h: refs/heads/master
i:
  79097: f5affff
  79095: 40e9589
v: v3
  • Loading branch information
Tomas Winkler authored and David S. Miller committed Jan 28, 2008
1 parent b4a1ea8 commit cbe62df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 0946687803ff5495e4b7c0b7f2c6d002398bd5fa
refs/heads/master: 4fd1f8414664b3e834aa46cdbf8f0c12fc42a878
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -4163,7 +4163,7 @@ static void iwl3945_rx_allocate(struct iwl3945_priv *priv)
/*
* this should be called while priv->lock is locked
*/
void __iwl3945_rx_replenish(void *data)
static void __iwl3945_rx_replenish(void *data)
{
struct iwl3945_priv *priv = data;

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl4965-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -4534,7 +4534,7 @@ static void iwl4965_rx_allocate(struct iwl4965_priv *priv)
/*
* this should be called while priv->lock is locked
*/
void __iwl4965_rx_replenish(void *data)
static void __iwl4965_rx_replenish(void *data)
{
struct iwl4965_priv *priv = data;

Expand Down Expand Up @@ -6038,7 +6038,7 @@ static void iwl4965_dealloc_ucode_pci(struct iwl4965_priv *priv)
* iwl4965_verify_inst_full - verify runtime uCode image in card vs. host,
* looking at all data.
*/
static int iwl4965_verify_inst_full(struct iwl4965_priv *priv, __le32 * image,
static int iwl4965_verify_inst_full(struct iwl4965_priv *priv, __le32 *image,
u32 len)
{
u32 val;
Expand Down

0 comments on commit cbe62df

Please sign in to comment.