net: tsec: Fix CamelCase issues around BD code

Fix bufPtr and the rxIdx/ txIdx occurrences to
solve the related checkpatch warnings for the
coming patches.

Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com>
This commit is contained in:
Claudiu Manoil
2013-09-30 12:44:44 +03:00
committed by Joe Hershberger
parent 5be00a0164
commit 18b338fb34
2 changed files with 32 additions and 32 deletions

View File

@@ -202,14 +202,14 @@ typedef struct txbd8
{
ushort status; /* Status Fields */
ushort length; /* Buffer length */
uint bufPtr; /* Buffer Pointer */
uint bufptr; /* Buffer Pointer */
} txbd8_t;
typedef struct rxbd8
{
ushort status; /* Status Fields */
ushort length; /* Buffer Length */
uint bufPtr; /* Buffer Pointer */
uint bufptr; /* Buffer Pointer */
} rxbd8_t;
typedef struct rmon_mib