mirror of https://gitee.com/openkylin/linux.git
Staging:bcm: Fixes coding style issues in drivers/staging/bcm/Qos.c
Fixes code style errors in drivers/staging/bcm/Qos.c Signed-off-by: Marcos A. Di Pietro <marcosadp@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b8dd8654d9
commit
e347fa5f42
|
@ -4,8 +4,15 @@ This file contains the routines related to Quality of Service.
|
||||||
*/
|
*/
|
||||||
#include "headers.h"
|
#include "headers.h"
|
||||||
|
|
||||||
static void EThCSGetPktInfo(struct bcm_mini_adapter *Adapter, PVOID pvEthPayload, struct bcm_eth_packet_info *pstEthCsPktInfo);
|
static void EThCSGetPktInfo(struct bcm_mini_adapter *Adapter,
|
||||||
static bool EThCSClassifyPkt(struct bcm_mini_adapter *Adapter, struct sk_buff* skb, struct bcm_eth_packet_info *pstEthCsPktInfo, struct bcm_classifier_rule *pstClassifierRule, B_UINT8 EthCSCupport);
|
PVOID pvEthPayload,
|
||||||
|
struct bcm_eth_packet_info *pstEthCsPktInfo);
|
||||||
|
|
||||||
|
static bool EThCSClassifyPkt(struct bcm_mini_adapter *Adapter,
|
||||||
|
struct sk_buff *skb,
|
||||||
|
struct bcm_eth_packet_info *pstEthCsPktInfo,
|
||||||
|
struct bcm_classifier_rule *pstClassifierRule,
|
||||||
|
B_UINT8 EthCSCupport);
|
||||||
|
|
||||||
static USHORT IpVersion4(struct bcm_mini_adapter *Adapter, struct iphdr *iphd,
|
static USHORT IpVersion4(struct bcm_mini_adapter *Adapter, struct iphdr *iphd,
|
||||||
struct bcm_classifier_rule *pstClassifierRule);
|
struct bcm_classifier_rule *pstClassifierRule);
|
||||||
|
|
Loading…
Reference in New Issue