Skip to content

Commit

Permalink
[ALSA] sound/isa: Add missing 'space'
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
Joe Perches authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 682fc0a commit 4f1895b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/isa/sc6000.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ static int __devinit sc6000_init_board(char __iomem *vport, int irq, int dma,

err = sc6000_init_mss(vport, config, vmss_port, mss_config);
if (err < 0) {
snd_printk(KERN_ERR "Can not initialize"
snd_printk(KERN_ERR "Can not initialize "
"Microsoft Sound System mode.\n");
return -ENODEV;
}
Expand Down

0 comments on commit 4f1895b

Please sign in to comment.