[PATCH v3 0/2] Staging: vc04_services: bcm2835-camera: Fix code style checks

Moritz C. Weber posted 2 patches 1 year, 11 months ago
.../bcm2835-camera/bcm2835-camera.c           | 61 +++++++++----------
1 file changed, 28 insertions(+), 33 deletions(-)
[PATCH v3 0/2] Staging: vc04_services: bcm2835-camera: Fix code style checks
Posted by Moritz C. Weber 1 year, 11 months ago
Resubmit these patches to address comments to rebase the 8 v2 changes into
2 patches topicwise
Fix patches with same subject issue based on v2, which fixes multiple code
style checks for better readability, consistency, and fixes typos from v1

Moritz C. Weber (2):
  Staging: vc04_services: bcm2835-camera: fix blank line style check
  Staging: vc04_services: bcm2835-camera: fix brace code style check

 .../bcm2835-camera/bcm2835-camera.c           | 61 +++++++++----------
 1 file changed, 28 insertions(+), 33 deletions(-)

-- 
2.30.2
Re: [PATCH v3 0/2] Staging: vc04_services: bcm2835-camera: Fix code style checks
Posted by Dan Carpenter 1 year, 11 months ago
On Mon, Feb 19, 2024 at 12:22:32PM +0100, Moritz C. Weber wrote:
> Resubmit these patches to address comments to rebase the 8 v2 changes into
> 2 patches topicwise
> Fix patches with same subject issue based on v2, which fixes multiple code
> style checks for better readability, consistency, and fixes typos from v1
> 
> Moritz C. Weber (2):
>   Staging: vc04_services: bcm2835-camera: fix blank line style check
>   Staging: vc04_services: bcm2835-camera: fix brace code style check
> 

Looks okay now.

Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>

regards,
dan carpenter