[PATCH 21/22] Staging: bcm: Remove typedef for _S_MIBS_HOST_INFO and call directly.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch removes typedef for _S_MIBS_HOST_INFO, and
changes the name of the struct to bcm_mibs_host_info.
In addition, any calls to typedef S_MIBS_HOST_INFO are
changed to call the struct directly.

Signed-off-by: Kevin McKinney <klmckinney1@xxxxxxxxx>
---
 drivers/staging/bcm/HostMIBSInterface.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/bcm/HostMIBSInterface.h b/drivers/staging/bcm/HostMIBSInterface.h
index d803ff1..355905e 100644
--- a/drivers/staging/bcm/HostMIBSInterface.h
+++ b/drivers/staging/bcm/HostMIBSInterface.h
@@ -43,7 +43,7 @@ typedef union _U_MIBS_IP_ADDRESS {
 	};
 } U_MIBS_IP_ADDRESS;
 
-typedef struct _S_MIBS_HOST_INFO {
+struct bcm_mibs_host_info {
 	u64	GoodTransmits;
 	u64	GoodReceives;
 	/* this to keep track of the Tx and Rx MailBox Registers. */
@@ -62,7 +62,7 @@ typedef struct _S_MIBS_HOST_INFO {
 	u32	u32TotalDSD;
 	u32	aTxPktSizeHist[MIBS_MAX_HIST_ENTRIES];
 	u32	aRxPktSizeHist[MIBS_MAX_HIST_ENTRIES];
-} S_MIBS_HOST_INFO;
+};
 
 struct bcm_mibs_classifier_rule {
 	unsigned long	ulSFID;
@@ -182,7 +182,7 @@ struct bcm_mibs_dropped_cntrl_msg {
 };
 
 struct bcm_host_stats_mibs {
-	S_MIBS_HOST_INFO	stHostInfo;
+	struct bcm_mibs_host_info stHostInfo;
 	struct bcm_mibs_classifier_rule astClassifierTable[MIBS_MAX_CLASSIFIERS];
 	struct bcm_mibs_table	astSFtable[MIBS_MAX_SERVICEFLOWS];
 	struct bcm_mibs_phs_rule astPhsRulesTable[MIBS_MAX_PHSRULES];
-- 
1.7.9.5

_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel


[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux