From: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> --- drivers/media/i2c/max9286.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/i2c/max9286.c b/drivers/media/i2c/max9286.c index a20829297ef6..cb58782e5143 100644 --- a/drivers/media/i2c/max9286.c +++ b/drivers/media/i2c/max9286.c @@ -463,9 +463,9 @@ static int max9286_notify_bound(struct v4l2_async_notifier *notifier, subdev->name, src_pad, index); /* - * We can only register v4l2_async_notifiers which do not provide a + * We can only register v4l2_async_notifiers, which do not provide a * means to register a complete callback. bound_sources allows us to - * identify when all remove serializers have completed their probe. + * identify when all remote serializers have completed their probe. */ if (priv->bound_sources != priv->source_mask) return 0; -- 2.26.0