]> Pileus Git - ~andy/linux/commitdiff
staging bcm: spelling of suppress in comments
authorPeter Meerwald <pmeerw@pmeerw.net>
Wed, 13 Jun 2012 18:44:34 +0000 (20:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Jun 2012 19:18:02 +0000 (12:18 -0700)
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/PHSModule.c
drivers/staging/bcm/cntrl_SignalingInterface.h

index a6e61510d278d5fae040635a76927ca340f5d1a1..c0862c6c21a0793611a721506906cdfe904b6d2b 100644 (file)
@@ -54,8 +54,8 @@ Function:                             PHSTransmit
 
 Description:                   This routine handle PHS(Payload Header Suppression for Tx path.
                                        It extracts a fragment of the NDIS_PACKET containing the header
-                                       to be suppressed.It then supresses the header by invoking PHS exported compress routine.
-                                       The header data after supression is copied back to the NDIS_PACKET.
+                                       to be suppressed. It then suppresses the header by invoking PHS exported compress routine.
+                                       The header data after suppression is copied back to the NDIS_PACKET.
 
 
 Input parameters:              IN struct bcm_mini_adapter *Adapter         - Miniport Adapter Context
@@ -101,7 +101,7 @@ int PHSTransmit(struct bcm_mini_adapter *Adapter,
        if(!bEthCSSupport)
                BytesToRemove=ETH_HLEN;
        /*
-               Accumulate the header upto the size we support supression
+               Accumulate the header upto the size we support suppression
                from NDIS packet
        */
 
@@ -125,7 +125,7 @@ int PHSTransmit(struct bcm_mini_adapter *Adapter,
        {
 
 
-               // Step 2 Supress Header using PHS and fill into intermediate ucaPHSPktHdrOutBuf.
+               // Step 2 Suppress Header using PHS and fill into intermediate ucaPHSPktHdrOutBuf.
        // Suppress only if IP Header and PHS Enabled For the Service Flow
                if(((usPacketType == ETHERNET_FRAMETYPE_IPV4) ||
                        (usPacketType == ETHERNET_FRAMETYPE_IPV6)) &&
@@ -238,7 +238,7 @@ int PHSReceive(struct bcm_mini_adapter *Adapter,
                &nTotalsupressedPktHdrBytes,
                &nStandardPktHdrLen);
 
-       BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, PHS_RECEIVE,DBG_LVL_ALL,"\nSupressed PktHdrLen : 0x%x Restored PktHdrLen : 0x%x",
+       BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, PHS_RECEIVE,DBG_LVL_ALL,"\nSuppressed PktHdrLen : 0x%x Restored PktHdrLen : 0x%x",
                                        nTotalsupressedPktHdrBytes,nStandardPktHdrLen);
 
        if(ulPhsStatus != STATUS_PHS_COMPRESSED)
index ab131806e2c9ce0431cff2e0a4cda0dde95691cd..7619e4b819bd94840485fca3e44cba13bd1db6a9 100644 (file)
@@ -117,7 +117,7 @@ typedef struct _stPhsRuleSI {
     B_UINT8                         u8PHSM[MAX_PHS_LENGTHS];
        /**  8bit Total number of bytes to be suppressed for the Service Flow*/
     B_UINT8                         u8PHSS;
-       /**  8bit Indicates whether or not Packet Header contents need to be verified prior to supression */
+       /**  8bit Indicates whether or not Packet Header contents need to be verified prior to suppression */
     B_UINT8                         u8PHSV;
        /**  Vendor Specific PHS param Length Of The Service Flow*/
     B_UINT8                         u8VendorSpecificPHSParamsLength;