[PATCH] Staging: vc04_services: Fix unsigned int warnings

2020-07-13 Thread Baidyanath Kundu
This patch fixes the checkpatch.pl warning: WARNING: Prefer 'unsigned int' to bare use of 'unsigned' Signed-off-by: Baidyanath Kundu --- .../staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c | 4 ++-- .../vc04_services/include/linux/raspberrypi/vchiq.h | 8 ---

[PATCH] Staging: vc04_services: Fix code indent error

2020-07-13 Thread Baidyanath Kundu
This patch fixes the checkpatch.pl error: ERROR: code indent should use tabs where possible Signed-off-by: Baidyanath Kundu --- .../staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/vc04_services

[PATCH] Staging: atomisp: Fix __func__ style warnings

2020-07-01 Thread Baidyanath Kundu
This patch fixes the checkpatch.pl warning: Prefer using '"%s...", __func__' to using '', this function's name, in a string Signed-off-by: Baidyanath Kundu --- .../atomisp/pci/base/refcount/src/refcount.c | 28 +-- 1 file changed, 14 inserti