On 09/21/2016 12:05 PM, Richard Groux wrote:
> Minor error spotted by checkpatch.pl in greybus
> code indent should use tabs where possible
> 
> Signed-off-by: Richard Groux <rgr...@sauron-mordor.net>

Looks good.

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 f347743..a46ca42 100644
> --- a/drivers/staging/greybus/audio_codec.c
> +++ b/drivers/staging/greybus/audio_codec.c
> @@ -1008,7 +1008,7 @@ static int gbcodec_probe(struct snd_soc_codec *codec)
>       snd_soc_codec_set_drvdata(codec, info);
>       gbcodec = info;
>  
> -        device_init_wakeup(codec->dev, 1);
> +     device_init_wakeup(codec->dev, 1);
>       return 0;
>  }
>  
> 

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

Reply via email to