diff mbox

ALSA: cs46xx: add a new line

Message ID 20161207112250.GD5507@elgon.mountain (mailing list archive)
State New, archived
Headers show

Commit Message

Dan Carpenter Dec. 7, 2016, 11:22 a.m. UTC
We accidentally deleted a newline so now the "nreallocated++;" statement
is hanging out way off to the right of the screen.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

Comments

Takashi Iwai Dec. 7, 2016, 11:59 a.m. UTC | #1
On Wed, 07 Dec 2016 12:22:50 +0100,
Dan Carpenter wrote:
> 
> We accidentally deleted a newline so now the "nreallocated++;" statement
> is hanging out way off to the right of the screen.
> 
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

Applied, thanks.


Takashi

> 
> diff --git a/sound/pci/cs46xx/dsp_spos.c b/sound/pci/cs46xx/dsp_spos.c
> index 4a0cbd2241d8..aa61615288ff 100644
> --- a/sound/pci/cs46xx/dsp_spos.c
> +++ b/sound/pci/cs46xx/dsp_spos.c
> @@ -107,7 +107,8 @@ static int shadow_and_reallocate_code (struct snd_cs46xx * chip, u32 * data, u32
>              
>  						dev_dbg(chip->card->dev,
>  							"handle_wideop:[2] %05x:%05x addr %04x\n",
> -							hival, loval, address);						nreallocated++;
> +							hival, loval, address);
> +						nreallocated++;
>  					} /* wide_opcodes[j] == wide_op */
>  				} /* for */
>  			} /* mod_type == 0 ... */
>
diff mbox

Patch

diff --git a/sound/pci/cs46xx/dsp_spos.c b/sound/pci/cs46xx/dsp_spos.c
index 4a0cbd2241d8..aa61615288ff 100644
--- a/sound/pci/cs46xx/dsp_spos.c
+++ b/sound/pci/cs46xx/dsp_spos.c
@@ -107,7 +107,8 @@  static int shadow_and_reallocate_code (struct snd_cs46xx * chip, u32 * data, u32
             
 						dev_dbg(chip->card->dev,
 							"handle_wideop:[2] %05x:%05x addr %04x\n",
-							hival, loval, address);						nreallocated++;
+							hival, loval, address);
+						nreallocated++;
 					} /* wide_opcodes[j] == wide_op */
 				} /* for */
 			} /* mod_type == 0 ... */