Re: [PATCH 8/8] Staging: bcm: Remove typedef for _stCPacketClassificationRuleSI and call directly.

2012-09-24 Thread Dan Carpenter
On Sun, Sep 23, 2012 at 11:07:17PM -0400, Kevin McKinney wrote: This patch removes typedef for _stCPacketClassificationRuleSI, changes the name of the struct to bcm_packet_class_rules, and updates the comments appropriately . In addition, any calls to typedefs CCPacketClassificationRuleSI,

[PATCH 8/8] Staging: bcm: Remove typedef for _stCPacketClassificationRuleSI and call directly.

2012-09-23 Thread Kevin McKinney
This patch removes typedef for _stCPacketClassificationRuleSI, changes the name of the struct to bcm_packet_class_rules, and updates the comments appropriately . In addition, any calls to typedefs CCPacketClassificationRuleSI, stCPacketClassificationRuleSI, or *pstCPacketClassificationRuleSI are

[PATCH 8/8] Staging: bcm: Remove typedef for _stCPacketClassificationRuleSI and call directly.

2012-09-21 Thread Kevin McKinney
This patch removes typedef for _stCPacketClassificationRuleSI, and changes the name of the struct to bcm_packet_class_rule. In addition, any calls to typedefs CCPacketClassificationRuleSI, stCPacketClassificationRuleSI, or *pstCPacketClassificationRuleSI are changed to call the struct directly.