treewide: Fix typos in printk
This patch fix multiple spelling typos found in various part of kernel. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
20d5a865e1
commit
e3d132d123
@@ -47,7 +47,7 @@ void snd_pcm_indirect2_stat(struct snd_pcm_substream *substream,
|
||||
int seconds = (rec->lastbytetime - rec->firstbytetime) / HZ;
|
||||
|
||||
snd_printk(KERN_DEBUG "STAT: mul_elapsed: %u, mul_elapsed_real: %d, "
|
||||
"irq_occured: %d\n",
|
||||
"irq_occurred: %d\n",
|
||||
rec->mul_elapsed, rec->mul_elapsed_real, rec->irq_occured);
|
||||
snd_printk(KERN_DEBUG "STAT: min_multiple: %d (irqs/period)\n",
|
||||
rec->min_multiple);
|
||||
|
Reference in New Issue
Block a user