From 3df6b0fa5dd06b8a3d0f4156dc5a20bdcb58ba57 Mon Sep 17 00:00:00 2001 From: "Diego F. Marfil" Date: Thu, 3 Nov 2011 12:25:35 -0300 Subject: [PATCH] --- yaml --- r: 281039 b: refs/heads/master c: ed8e9bb7e082bea54aef18db497cb4297c2cf0fb h: refs/heads/master i: 281037: 30920643e83bd37361510a372c2e6656c0bbf9d8 281035: 4fa4fdc102595c2e5156ffa402a26ef62c05c71e 281031: 1b6c852ff7b333d1703cbc76e70c2094edb095ac 281023: 33fb845bd4e77d20329a8384e01b9eca7d95702e v: v3 --- [refs] | 2 +- trunk/drivers/staging/bcm/hostmibs.c | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index c9d09010c843..26afa3120777 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 27b7923035f737a7e6384d0084e34706ea068040 +refs/heads/master: ed8e9bb7e082bea54aef18db497cb4297c2cf0fb diff --git a/trunk/drivers/staging/bcm/hostmibs.c b/trunk/drivers/staging/bcm/hostmibs.c index c13ea5c9a2aa..c77e273126c7 100644 --- a/trunk/drivers/staging/bcm/hostmibs.c +++ b/trunk/drivers/staging/bcm/hostmibs.c @@ -1,4 +1,3 @@ - /* * File Name: hostmibs.c * @@ -8,6 +7,7 @@ * the driver to the Host MIBS structure and giving the same to Application. * */ + #include "headers.h" INT ProcessGetHostMibs(PMINI_ADAPTER Adapter, S_MIBS_HOST_STATS_MIBS *pstHostMibs) @@ -26,7 +26,7 @@ INT ProcessGetHostMibs(PMINI_ADAPTER Adapter, S_MIBS_HOST_STATS_MIBS *pstHostMi return STATUS_FAILURE; } - //Copy the classifier Table + /* Copy the classifier Table */ for(nClassifierIndex=0; nClassifierIndex < MAX_CLASSIFIERS; nClassifierIndex++) { @@ -36,7 +36,7 @@ INT ProcessGetHostMibs(PMINI_ADAPTER Adapter, S_MIBS_HOST_STATS_MIBS *pstHostMi sizeof(S_MIBS_CLASSIFIER_RULE)); } - //Copy the SF Table + /* Copy the SF Table */ for(nSfIndex=0; nSfIndex < NO_OF_QUEUES ; nSfIndex++) { if(Adapter->PackInfo[nSfIndex].bValid) @@ -45,11 +45,14 @@ INT ProcessGetHostMibs(PMINI_ADAPTER Adapter, S_MIBS_HOST_STATS_MIBS *pstHostMi } else { - //if index in not valid, don't process this for the PHS table. Go For the next entry. + /* If index in not valid, + * don't process this for the PHS table. + * Go For the next entry. + */ continue ; } - //Retrieve the SFID Entry Index for requested Service Flow + /* Retrieve the SFID Entry Index for requested Service Flow */ if(PHS_INVALID_TABLE_INDEX == GetServiceFlowEntry(pDeviceExtension->pstServiceFlowPhsRulesTable, Adapter->PackInfo[nSfIndex].usVCID_Value ,&pstServiceFlowEntry)) { @@ -82,7 +85,7 @@ INT ProcessGetHostMibs(PMINI_ADAPTER Adapter, S_MIBS_HOST_STATS_MIBS *pstHostMi } - //copy other Host Statistics parameters + /* Copy other Host Statistics parameters */ pstHostMibs->stHostInfo.GoodTransmits = Adapter->dev->stats.tx_packets; pstHostMibs->stHostInfo.GoodReceives = Adapter->dev->stats.rx_packets; pstHostMibs->stHostInfo.CurrNumFreeDesc =