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:
Colin Ian King 2024-10-21 09:22:07 +01:00 committed by Hans Verkuil
parent 2b744cb1a5
commit fba1aff8d2

View File

@ -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);