Staging: brcm80211: s/int32/s32/
[deliverable/linux.git] / drivers / staging / brcm80211 / brcmfmac / bcmutils.c
index 4db3acc763b955a285f2ee11bb98f1c62992d4ad..014bb6fab9710d1ce048e5e1b13c28f30e1e9061 100644 (file)
@@ -995,7 +995,7 @@ int bcm_iovar_lencheck(const bcm_iovar_t *vi, void *arg, int len, bool set)
        case IOVT_UINT8:
        case IOVT_UINT16:
        case IOVT_UINT32:
-               /* all integers are int32 sized args at the ioctl interface */
+               /* all integers are s32 sized args at the ioctl interface */
                if (len < (int)sizeof(int))
                        bcmerror = BCME_BUFTOOSHORT;
                break;
This page took 0.023789 seconds and 5 git commands to generate.