Re: [PATCH v2] staging: vc04_services: bcm2835-audio: Fixed warnings, checks

From: gregkh@xxxxxxxxxxxxxxxxxxx
Date: Mon Nov 12 2018 - 20:09:42 EST


On Mon, Nov 12, 2018 at 07:45:00PM -0500, Arnold Chand wrote:
> Corrected warnings and checks provided by scripts/checkpatch.pl which
> includes: alignment of parenthesis, lines over 80 characters and mutex
> definition without comment.
>
> Signed-off-by: Arnold Chand <arnold.chand@xxxxxxxxx>
> ---
> .../vc04_services/bcm2835-audio/bcm2835-ctl.c | 18 +++---
> .../vc04_services/bcm2835-audio/bcm2835-pcm.c | 25 ++++----
> .../bcm2835-audio/bcm2835-vchiq.c | 59 ++++++++++---------
> .../vc04_services/bcm2835-audio/bcm2835.h | 4 +-
> 4 files changed, 56 insertions(+), 50 deletions(-)

What changed from v1? Always put that below the --- line.

v3? :)

thanks,

greg k-h