This patch fixes a very common spelling mistake in
drivers/staging/wlags49_h2.

WRONG -> RIGHT
accomodate  -> accommodate

Kernel Version: staging/staging-next 20110325 (4bbba111)

Signed-off-by: Peter Huewe <[email protected]>
---
 drivers/staging/wlags49_h2/hcf.c |    2 +-
 drivers/staging/wlags49_h2/mdd.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/wlags49_h2/hcf.c b/drivers/staging/wlags49_h2/hcf.c
index d4bdd3e..bd8d3cc 100644
--- a/drivers/staging/wlags49_h2/hcf.c
+++ b/drivers/staging/wlags49_h2/hcf.c
@@ -1735,7 +1735,7 @@ DESC_STRCT *descp;        // pointer to start of FrameList
 * - in case encapsulation by the HCF is selected:
 *        -     The FrameList does not consists of at least 2 Descriptors.
 *        -     The first databuffer does not contain exactly the (space for) 
the 802.11 header (== 28 words)
-*        -     The first databuffer does not have a size to additionally 
accomodate the 802.3 header and the
+*        -     The first databuffer does not have a size to additionally 
accommodate the 802.3 header and the
 *              SNAP header of the frame after encapsulation (== 39 words).
 *        -     The second databuffer does not contain at least DA, SA and 
'type/length' (==14 bytes or 7 words)
 *!! The 2nd part of the list of asserts should be kept in sync with 
put_frame_lst, in order to get
diff --git a/drivers/staging/wlags49_h2/mdd.h b/drivers/staging/wlags49_h2/mdd.h
index 5aa9eb8..5ce3342 100644
--- a/drivers/staging/wlags49_h2/mdd.h
+++ b/drivers/staging/wlags49_h2/mdd.h
@@ -851,7 +851,7 @@ XX1( CFG_SCAN,                                      
SCAN_RS_STRCT, scan_result[32]           ) /*Scan results                       
                                                                *
 #define HCF_ERR_LEN                                    0x08    /* buffer size 
insufficient
                                                                                
         *                -     IFB_ConfigTable too small
                                                                                
         *                -     hcf_get_info buffer has a size of 0 or 1 or 
less than needed
-                                                                               
         *                      to accomodate all data
+                                                                               
         *                      to accommodate all data
                                                                                
         *                -     hcf_put_info: CFG_DLNV_DATA exceeds intermediate
                                                                                
         *                buffer size */
 #define HCF_ERR_INCOMP_PRI                     0x09    // primary functions 
are not compatible
-- 
1.7.3.4

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to