diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-07-12 17:15:44 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-07-12 18:03:50 +0200 |
commit | a7ce2e0d04b1a6ee8056e7fea5ea96566d33a6f4 (patch) | |
tree | 90242f78a02b1dab3ad02a61ee2ab017245be599 /sound/usb/pcm.c | |
parent | e3845deeb7b00d04d332219628c28b42b7b42a76 (diff) |
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/pcm.c')
-rw-r--r-- | sound/usb/pcm.c | 2 |
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; } |