summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/tc358743.c
diff options
context:
space:
mode:
authorJacob Chen <jacob-chen@iotwrt.com>2017-09-18 06:00:51 +0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2017-10-27 14:08:44 +0200
commit3863d4bb554fdbe8cc521ad5653593923edc405b (patch)
tree4657632e17b19486de685822a8f0c477c5171d43 /drivers/media/i2c/tc358743.c
parent7e11d5027b1fed5bbd0d74842a0a60381a2be823 (diff)
media: i2c: tc358743: fix spelling mistake
It should be "LP-11". Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/i2c/tc358743.c')
-rw-r--r--drivers/media/i2c/tc358743.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/tc358743.c b/drivers/media/i2c/tc358743.c
index a9355032076f..6c59a460647f 100644
--- a/drivers/media/i2c/tc358743.c
+++ b/drivers/media/i2c/tc358743.c
@@ -1649,7 +1649,7 @@ static int tc358743_s_stream(struct v4l2_subdev *sd, int enable)
{
enable_stream(sd, enable);
if (!enable) {
- /* Put all lanes in PL-11 state (STOPSTATE) */
+ /* Put all lanes in LP-11 state (STOPSTATE) */
tc358743_set_csi(sd);
}