Re: [PATCH] staging: comedi: remove warnings of comedi_lrange

From: Greg KH
Date: Mon Dec 28 2020 - 09:34:18 EST


On Thu, Dec 24, 2020 at 08:58:18AM +0800, Song Chen wrote:
> Checkpatch.pl reports "warning: struct comedi_lrange should
> normally be const" in some places, which are supposed to
> be removed.
>
> Signed-off-by: Song Chen <chensong_2000@xxxxxx>
> ---
> drivers/staging/comedi/drivers/das16.c | 4 ++--
> drivers/staging/comedi/drivers/jr3_pci.c | 4 ++--
> drivers/staging/comedi/drivers/ni_670x.c | 2 +-
> 3 files changed, 5 insertions(+), 5 deletions(-)

Never send out patches that you do not test-build yourself. Breaking
the build is a quick way to make a maintainer grumpy :(

greg k-h