aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-07-12 17:15:44 +0200
committerJiri Kosina <jkosina@suse.cz>2010-07-12 18:03:50 +0200
commita7ce2e0d04b1a6ee8056e7fea5ea96566d33a6f4 (patch)
tree90242f78a02b1dab3ad02a61ee2ab017245be599 /sound/usb
parenttrivial: no changes to ov511 driver (diff)
downloadlinux-dev-a7ce2e0d04b1a6ee8056e7fea5ea96566d33a6f4.tar.xz
linux-dev-a7ce2e0d04b1a6ee8056e7fea5ea96566d33a6f4.zip
fix comnment/printk typos concerning "empty"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound/usb')
-rw-r--r--sound/usb/pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c
index 456829882f40..3634cedf9306 100644
--- a/sound/usb/pcm.c
+++ b/sound/usb/pcm.c
@@ -636,7 +636,7 @@ static int hw_rule_period_time(struct snd_pcm_hw_params *params,
min_datainterval = min(min_datainterval, fp->datainterval);
}
if (min_datainterval == 0xff) {
- hwc_debug(" --> get emtpy\n");
+ hwc_debug(" --> get empty\n");
it->empty = 1;
return -EINVAL;
}