[alsa-devel] [patch] ALSA: hda - if statement not indented
Takashi Iwai
tiwai at suse.de
Wed May 14 16:48:01 CEST 2014
At Wed, 14 May 2014 17:18:31 +0300,
Dan Carpenter wrote:
>
> The "break;" should be indented.
>
> Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com>
Applied, thanks.
Takashi
>
> diff --git a/sound/pci/hda/hda_generic.c b/sound/pci/hda/hda_generic.c
> index 1613388..589e47c 100644
> --- a/sound/pci/hda/hda_generic.c
> +++ b/sound/pci/hda/hda_generic.c
> @@ -3722,7 +3722,7 @@ static void parse_digital(struct hda_codec *codec)
> } else {
> spec->multiout.slave_dig_outs = spec->slave_dig_outs;
> if (nums >= ARRAY_SIZE(spec->slave_dig_outs) - 1)
> - break;
> + break;
> spec->slave_dig_outs[nums - 1] = dig_nid;
> }
> nums++;
>
More information about the Alsa-devel
mailing list