[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZVcnAa246LUOhlG0@yilunxu-OptiPlex-7050>
Date: Fri, 17 Nov 2023 16:40:33 +0800
From: Xu Yilun <yilun.xu@...ux.intel.com>
To: Philipp Stanner <pstanner@...hat.com>
Cc: Wu Hao <hao.wu@...el.com>, Tom Rix <trix@...hat.com>,
Moritz Fischer <mdf@...nel.org>, Xu Yilun <yilun.xu@...el.com>,
linux-fpga@...r.kernel.org, linux-kernel@...r.kernel.org,
Dave Airlie <airlied@...hat.com>
Subject: Re: [PATCH v2] drivers/fpga: use standard array-copy function
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@...el.com>
Applied to for-next.
Thanks.
Powered by blists - more mailing lists