From: Tomi Valkeinen Date: Mon, 14 Jun 2021 11:23:33 +0000 (+0200) Subject: media: ti-vpe: cal: fix typo in a comment X-Git-Tag: Ubuntu-5.15.0-12.12~1949^2~132 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d3409a65735e617c425dcbcb7ba312d894547152;p=mirror_ubuntu-jammy-kernel.git media: ti-vpe: cal: fix typo in a comment Fix a typo in a comment in cal_camerarx_sd_set_fmt(). Signed-off-by: Tomi Valkeinen Reviewed-by: Laurent Pinchart Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/ti-vpe/cal-camerarx.c b/drivers/media/platform/ti-vpe/cal-camerarx.c index f2ea2bdb9ea3..7940e47964af 100644 --- a/drivers/media/platform/ti-vpe/cal-camerarx.c +++ b/drivers/media/platform/ti-vpe/cal-camerarx.c @@ -698,7 +698,7 @@ static int cal_camerarx_sd_set_fmt(struct v4l2_subdev *sd, return cal_camerarx_sd_get_fmt(sd, sd_state, format); /* - * Default to the first format is the requested media bus code isn't + * Default to the first format if the requested media bus code isn't * supported. */ fmtinfo = cal_format_by_code(format->format.code);