On Tue, Nov 14, 2023 at 12:19:02PM +0100, Philipp Stanner wrote: > dfl.c utilizes memdup_user() and array_size() to copy a userspace array. > array_size() will likely never trigger thanks to the preceeding check. checkpatch says: WARNING: 'preceeding' may be misspelled - perhaps 'preceding'? #7: array_size() will likely never trigger thanks to the preceeding check. ^^^^^^^^^^ I fixed it myself. Acked-by: Xu Yilun <yilun.xu@xxxxxxxxx> Applied to for-next. Thanks.