Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240429075146.1073869-1-colin.i.king@gmail.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Colin Ian King and committed by
Hans Verkuil
06617337 a7547337

+1 -1
+1 -1
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
··· 894 894 ret = __media_pipeline_start(&asd->video_out.vdev.entity.pads[0], &asd->video_out.pipe); 895 895 mutex_unlock(&isp->media_dev.graph_mutex); 896 896 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); 898 898 goto out_unlock; 899 899 } 900 900