Skip to content

Commit 0661733

Browse files
ColinIanKingHans Verkuil
authored andcommitted
media: atomisp: Fix spelling mistake "pipline" -> "pipeline"
There is a spelling mistake in a dev_err() message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent a754733 commit 0661733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/media/atomisp/pci/atomisp_ioctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ int atomisp_start_streaming(struct vb2_queue *vq, unsigned int count)
894894
ret = __media_pipeline_start(&asd->video_out.vdev.entity.pads[0], &asd->video_out.pipe);
895895
mutex_unlock(&isp->media_dev.graph_mutex);
896896
if (ret) {
897-
dev_err(isp->dev, "Error starting mc pipline: %d\n", ret);
897+
dev_err(isp->dev, "Error starting mc pipeline: %d\n", ret);
898898
goto out_unlock;
899899
}
900900

0 commit comments

Comments
 (0)