mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 11:44:39 -04:00
staging: bcm2835-camera: Replace 'uint32_t' with kernel type u32
This patch fixes the checkpatch.pl issue: CHECK: Prefer kernel type 'u32' over 'uint32_t' Signed-off-by: Narcisa Ana Maria Vasile <narcisaanamaria12@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3213a6e5a8
commit
1625538220
@@ -59,7 +59,7 @@ struct bm2835_mmal_dev {
|
||||
unsigned int manual_shutter_speed;
|
||||
bool exp_auto_priority;
|
||||
bool manual_iso_enabled;
|
||||
uint32_t iso;
|
||||
u32 iso;
|
||||
|
||||
/* allocated mmal instance and components */
|
||||
struct vchiq_mmal_instance *instance;
|
||||
|
||||
Reference in New Issue
Block a user