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