mbox series

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

Message ID 20240219112234.8673-1-mo.c.weber@gmail.com (mailing list archive)
Headers show
Series Staging: vc04_services: bcm2835-camera: Fix code style checks | expand

Message

Moritz C. Weber Feb. 19, 2024, 11:22 a.m. UTC
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(-)

Comments

Dan Carpenter Feb. 19, 2024, 12:31 p.m. UTC | #1
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