[PATCH 2/2] staging: greybus: audio_codec.c: code indent should use tabs where possible

Alex Elder elder at ieee.org
Wed Sep 21 21:15:06 UTC 2016


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 <rgroux at sauron-mordor.net>

Looks good.

Reviewed-by: Alex Elder <elder at 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;
>  }
>  
> 



More information about the devel mailing list