media: atomisp/pci/atomisp_ioctl.c: strlcpy -> strscpy
authorHans Verkuil <hverkuil@xs4all.nl>
Thu, 17 Sep 2020 09:43:10 +0000 (11:43 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 22 Sep 2020 08:07:28 +0000 (10:07 +0200)
commit71458ac37bd8519d9cf31dfb29a965451f7fccd7
tree2c382d4ebff61268a2f03f36d3a9b4897c606172
parentf7e52078ce2994fc2fad8d9680e4881fcc2048fa
media: atomisp/pci/atomisp_ioctl.c: strlcpy -> strscpy

strscpy is preferred over strlcpy and is the standard in the media subsystem.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_ioctl.c