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

media: v4l2-subdev: Fix spelling mistake "heigth" -> "height"

There is a spelling mistake in a dev_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Colin Ian King and committed by
Hans Verkuil
fc999dd9 5eb0ad46

+1 -1
+1 -1
drivers/media/i2c/alvium-csi2.c
··· 1472 1472 1473 1473 ret = alvium_get_img_height_params(alvium); 1474 1474 if (ret) { 1475 - dev_err(dev, "Fail to read img heigth regs\n"); 1475 + dev_err(dev, "Fail to read img height regs\n"); 1476 1476 return ret; 1477 1477 } 1478 1478