On 09/21/2016 12:05 PM, Richard Groux wrote:
> Minor error spotted by checkpatch.pl in greybus
> space required before the open brace '{'
> 
> Signed-off-by: Richard Groux <rgr...@sauron-mordor.net>

Sure, looks good.  Greg will have to apply these patches.

Reviewed-by: Alex Elder <el...@linaro.org>


> ---
>  drivers/staging/greybus/audio_codec.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/greybus/audio_codec.c 
> b/drivers/staging/greybus/audio_codec.c
> index 2f70295..f347743 100644
> --- a/drivers/staging/greybus/audio_codec.c
> +++ b/drivers/staging/greybus/audio_codec.c
> @@ -322,7 +322,7 @@ int gbaudio_module_update(struct gbaudio_codec_info 
> *codec,
>       dev_dbg(module->dev, "%s:Module update %s sequence\n", w->name,
>               enable ? "Enable":"Disable");
>  
> -     if ((w->id != snd_soc_dapm_aif_in) && (w->id != snd_soc_dapm_aif_out)){
> +     if ((w->id != snd_soc_dapm_aif_in) && (w->id != snd_soc_dapm_aif_out)) {
>               dev_dbg(codec->dev, "No action required for %s\n", w->name);
>               return 0;
>       }
> 

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to