lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 18 Sep 2017 12:00:51 +0800 From: Jacob Chen <jacob-chen@...wrt.com> To: linux-media@...r.kernel.org Cc: linux-kernel@...r.kernel.org, mchehab@...nel.org, hansverk@...co.com, Jacob Chen <jacob-chen@...wrt.com> Subject: [PATCH] media: i2c: tc358743: fix spelling mistake It should be "LP-11". Signed-off-by: Jacob Chen <jacob-chen@...wrt.com> --- drivers/media/i2c/tc358743.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/tc358743.c b/drivers/media/i2c/tc358743.c index e6f5c36..c208c30 100644 --- a/drivers/media/i2c/tc358743.c +++ b/drivers/media/i2c/tc358743.c @@ -1488,7 +1488,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); } -- 2.7.4
Powered by blists - more mailing lists