tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address", "between", "initiali[zs]e", "instead", "function", "select", "already", "equal", "access", "management", "hierarchy", "registration", "interest", "relative", "memory", "offset", "already", Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
6aaccece1c
commit
b595076a18
@@ -264,7 +264,7 @@ static int __devinit snd_opl3sa2_detect(struct snd_card *card)
|
||||
snd_printd("OPL3-SA [0x%lx] detect (1) = 0x%x (0x%x)\n", port, tmp, tmp1);
|
||||
return -ENODEV;
|
||||
}
|
||||
/* try if the MIC register is accesible */
|
||||
/* try if the MIC register is accessible */
|
||||
tmp = snd_opl3sa2_read(chip, OPL3SA2_MIC);
|
||||
snd_opl3sa2_write(chip, OPL3SA2_MIC, 0x8a);
|
||||
if (((tmp1 = snd_opl3sa2_read(chip, OPL3SA2_MIC)) & 0x9f) != 0x8a) {
|
||||
|
Reference in New Issue
Block a user