padapter->hal_data_sz = sizeof(struct hal_com_data);
                padapter->HalData = vzalloc(padapter->hal_data_sz);
                if (padapter->HalData == NULL) {
-                       DBG_8192C("cant not alloc memory for HAL DATA\n");
+                       DBG_8192C("cannot alloc memory for HAL DATA\n");
                        return _FAIL;
                }
        }
 
        /*  Check input parameter. */
        if (szStr == NULL || pu4bVal == NULL || pu4bMove == NULL) {
-               DBG_871X("GetHexValueFromString(): Invalid inpur argumetns! szStr: %p, pu4bVal: %p, pu4bMove: %p\n", szStr, pu4bVal, pu4bMove);
+               DBG_871X("GetHexValueFromString(): Invalid input arguments! szStr: %p, pu4bVal: %p, pu4bMove: %p\n",
+                        szStr, pu4bVal, pu4bMove);
                return false;
        }