Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288969
b: refs/heads/master
c: 5db125f
h: refs/heads/master
i:
  288967: dba1677
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 2175787 commit 7288b38
Show file tree
Hide file tree
Showing 2 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: e4868623bfe1c05e1e17d86729907a3850d12882
refs/heads/master: 5db125fb5ca2fed67a668c532af576a67a3d3bdc
6 changes: 3 additions & 3 deletions trunk/drivers/staging/bcm/CmHost.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
/* #define CONN_MSG */
#include "headers.h"

typedef enum _E_CLASSIFIER_ACTION {
enum E_CLASSIFIER_ACTION {
eInvalidClassifierAction,
eAddClassifier,
eReplaceClassifier,
eDeleteClassifier
} E_CLASSIFIER_ACTION;
};

static ULONG GetNextTargetBufferLocation(PMINI_ADAPTER Adapter, B_UINT16 tid);

Expand Down Expand Up @@ -437,7 +437,7 @@ static VOID CopyToAdapter(register PMINI_ADAPTER Adapter, /* <Pointer to the Ada
/* UCHAR ucProtocolLength = 0; */
ULONG ulSFID;
UINT nClassifierIndex = 0;
E_CLASSIFIER_ACTION eClassifierAction = eInvalidClassifierAction;
enum E_CLASSIFIER_ACTION eClassifierAction = eInvalidClassifierAction;
B_UINT16 u16PacketClassificationRuleIndex = 0;
UINT nIndex = 0;
stConvergenceSLTypes *psfCSType = NULL;
Expand Down

0 comments on commit 7288b38

Please sign in to comment.