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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221109150544.274795-1-colin.i.king@gmail.com>
Date:   Wed,  9 Nov 2022 15:05:44 +0000
From:   Colin Ian King <colin.i.king@...il.com>
To:     Benjamin Mugnier <benjamin.mugnier@...s.st.com>,
        Sylvain Petinot <sylvain.petinot@...s.st.com>,
        Mauro Carvalho Chehab <mchehab@...nel.org>,
        linux-media@...r.kernel.org
Cc:     kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH][next] media: i2c: st-vgxy61: Fix spelling mistake "substraction" -> "subtraction"

There are a couple of spelling mistakes in a literal string and in the
documentation. Fix them.

Signed-off-by: Colin Ian King <colin.i.king@...il.com>
---
 Documentation/userspace-api/media/drivers/st-vgxy61.rst | 2 +-
 drivers/media/i2c/st-vgxy61.c                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/userspace-api/media/drivers/st-vgxy61.rst b/Documentation/userspace-api/media/drivers/st-vgxy61.rst
index 213b884dcfa6..7fb5b4f60db7 100644
--- a/Documentation/userspace-api/media/drivers/st-vgxy61.rst
+++ b/Documentation/userspace-api/media/drivers/st-vgxy61.rst
@@ -17,7 +17,7 @@ The ST VGXY61 driver implements the following controls:
 
     * - HDR linearize
       - The merger outputs a long exposure capture as long as it is not saturated.
-    * - HDR substraction
+    * - HDR subtraction
       - This involves subtracting the short exposure frame from the long exposure frame.
     * - "No HDR"
       - This mode is used for standard dynamic range (SDR) exposures.
diff --git a/drivers/media/i2c/st-vgxy61.c b/drivers/media/i2c/st-vgxy61.c
index dfbf25338160..e72fc3a8a54c 100644
--- a/drivers/media/i2c/st-vgxy61.c
+++ b/drivers/media/i2c/st-vgxy61.c
@@ -197,7 +197,7 @@ static const char * const vgxy61_test_pattern_menu[] = {
 
 static const char * const vgxy61_hdr_mode_menu[] = {
 	"HDR linearize",
-	"HDR substraction",
+	"HDR subtraction",
 	"No HDR",
 };
 
-- 
2.38.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ