mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
media: raspberrypi: rp1-cfe: Fix spelling mistake "Orphanded" -> "Orphaned"
There is a spelling mistake in a WARN message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
This commit is contained in:
parent
2b744cb1a5
commit
fba1aff8d2
|
|
@ -641,7 +641,7 @@ static void cfe_sof_isr(struct cfe_node *node)
|
|||
* Unfortunately, there is not enough hardware state to tell if this
|
||||
* may have occurred.
|
||||
*/
|
||||
if (WARN(node->cur_frm, "%s: [%s] Orphanded frame at seq %u\n",
|
||||
if (WARN(node->cur_frm, "%s: [%s] Orphaned frame at seq %u\n",
|
||||
__func__, node_desc[node->id].name, node->fs_count))
|
||||
cfe_process_buffer_complete(node, VB2_BUF_STATE_ERROR);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user