]> www.infradead.org Git - users/dwmw2/linux.git/commit
media: staging: media: atomisp: Fixed "unsigned int *" rather than "unsigned *" decla...
authorJonathan Bergh <bergh.jonathan@gmail.com>
Mon, 26 Feb 2024 19:40:19 +0000 (19:40 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 26 Apr 2024 09:15:09 +0000 (10:15 +0100)
commitcf410032495877a13de5988a0b97835be2999957
tree6fe33116aa67af5d8b6d616c273af58e241c6ffa
parent0a8b308bdf70b887b6012e24a47e29d30c9f2730
media: staging: media: atomisp: Fixed "unsigned int *" rather than "unsigned *" declaration in variable declaration

This code fixes a code style issue where:
 * Checkpatch suggests using "unsigned int *" rather than a bare
   "unsigned *" declaration in the code

Link: https://lore.kernel.org/r/20240226194023.69070-3-bergh.jonathan@gmail.com
Signed-off-by: Jonathan Bergh <bergh.jonathan@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/pci/sh_css_sp.c