Re: [PATCH v5] wifi: mwifiex: Fix OOB and integer underflow when rx packets

From: Polaris Pi
Date: Fri Jul 14 2023 - 18:38:53 EST


> formatting issue, space after (u16)
Delete space is required by checkpatch.pl

> why return -1 instead of returning appropriate error code , may be EMSGSIZE
Because of all other error paths return -1, follow original return code

Thanks