Re: [PATCH] Staging: vc04_services: Fix kernel type 'u32' over 'uint32_t'

2019-05-15 Thread Stefan Wahren
Hi Madhumitha, On 14.05.19 18:02, Madhumitha Prabakaran wrote: > Fix the warning issued by checkpatch > Prefer kernel type 'u32' over 'uint32_t' grepping the sources within vc04_services shows a lot more occurences. I suggest to fix this style issue at least for the whole camera driver and name

[PATCH] Staging: vc04_services: Fix kernel type 'u32' over 'uint32_t'

2019-05-14 Thread Madhumitha Prabakaran
Fix the warning issued by checkpatch Prefer kernel type 'u32' over 'uint32_t' Signed-off-by: Madhumitha Prabakaran --- drivers/staging/vc04_services/bcm2835-camera/mmal-msg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git