Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197455
b: refs/heads/master
c: 973267a
h: refs/heads/master
i:
  197453: a8c9bd6
  197451: 330c9a4
  197447: b91cf61
  197439: ce75c91
v: v3
  • Loading branch information
Adam Latham authored and Greg Kroah-Hartman committed May 18, 2010
1 parent 75c68c2 commit 949a1a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: cc856e61ee4ffb150ff352e3d6940978a2f819e8
refs/heads/master: 973267a212a6f28c26cbb7929a7ffdd963c16861
14 changes: 7 additions & 7 deletions trunk/drivers/staging/winbond/mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "wblinux_f.h"

unsigned char
Mds_initial(struct wbsoft_priv * adapter)
Mds_initial(struct wbsoft_priv *adapter)
{
struct wb35_mds *pMds = &adapter->Mds;

Expand All @@ -18,7 +18,7 @@ Mds_initial(struct wbsoft_priv * adapter)
}

void
Mds_Destroy(struct wbsoft_priv * adapter)
Mds_Destroy(struct wbsoft_priv *adapter)
{
}

Expand Down Expand Up @@ -318,7 +318,7 @@ static u16 Mds_BodyCopy(struct wbsoft_priv *adapter, struct wb35_descriptor *pDe
return Size;
}

static void Mds_HeaderCopy(struct wbsoft_priv * adapter, struct wb35_descriptor *pDes, u8 *TargetBuffer)
static void Mds_HeaderCopy(struct wbsoft_priv *adapter, struct wb35_descriptor *pDes, u8 *TargetBuffer)
{
struct wb35_mds *pMds = &adapter->Mds;
u8 *src_buffer = pDes->buffer_address[0]; /* 931130.5.g */
Expand Down Expand Up @@ -414,9 +414,9 @@ static void Mds_HeaderCopy(struct wbsoft_priv * adapter, struct wb35_descriptor
}

void
Mds_Tx(struct wbsoft_priv * adapter)
Mds_Tx(struct wbsoft_priv *adapter)
{
struct hw_data * pHwData = &adapter->sHwData;
struct hw_data *pHwData = &adapter->sHwData;
struct wb35_mds *pMds = &adapter->Mds;
struct wb35_descriptor TxDes;
struct wb35_descriptor *pTxDes = &TxDes;
Expand Down Expand Up @@ -550,10 +550,10 @@ Mds_Tx(struct wbsoft_priv * adapter)
}

void
Mds_SendComplete(struct wbsoft_priv * adapter, PT02_DESCRIPTOR pT02)
Mds_SendComplete(struct wbsoft_priv *adapter, PT02_DESCRIPTOR pT02)
{
struct wb35_mds *pMds = &adapter->Mds;
struct hw_data * pHwData = &adapter->sHwData;
struct hw_data *pHwData = &adapter->sHwData;
u8 PacketId = (u8)pT02->T02_Tx_PktID;
unsigned char SendOK = true;
u8 RetryCount, TxRate;
Expand Down

0 comments on commit 949a1a9

Please sign in to comment.