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>] [day] [month] [year] [list]
Message-ID: <20260123150839.23840-1-kusogame68@gmail.com>
Date: Fri, 23 Jan 2026 23:08:39 +0800
From: Johnson Huang <kusogame68@...il.com>
To: mchehab@...nel.org
Cc: linux-media@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	zilin@....edu.cn,
	sef1548@...il.com,
	Johnson Huang <kusogame68@...il.com>
Subject: [PATCH] media: drx39xyj: fix typos in comments

Fix several spelling and grammar issues in comments,
including coderate descriptions and Doxygen annotations.
No functional changes.

Signed-off-by: Johnson Huang <kusogame68@...il.com>
---
 drivers/media/dvb-frontends/drx39xyj/drx_driver.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/media/dvb-frontends/drx39xyj/drx_driver.h b/drivers/media/dvb-frontends/drx39xyj/drx_driver.h
index 2c2fd4bf7..873a6bcf8 100644
--- a/drivers/media/dvb-frontends/drx39xyj/drx_driver.h
+++ b/drivers/media/dvb-frontends/drx39xyj/drx_driver.h
@@ -588,10 +588,10 @@ enum drx_priority {
 */
 enum drx_coderate {
 		DRX_CODERATE_1DIV2 = 0,	/*< Code rate 1/2nd.      */
-		DRX_CODERATE_2DIV3,	/*< Code rate 2/3nd.      */
-		DRX_CODERATE_3DIV4,	/*< Code rate 3/4nd.      */
-		DRX_CODERATE_5DIV6,	/*< Code rate 5/6nd.      */
-		DRX_CODERATE_7DIV8,	/*< Code rate 7/8nd.      */
+		DRX_CODERATE_2DIV3,	/*< Code rate 2/3rd.      */
+		DRX_CODERATE_3DIV4,	/*< Code rate 3/4th.      */
+		DRX_CODERATE_5DIV6,	/*< Code rate 5/6th.      */
+		DRX_CODERATE_7DIV8,	/*< Code rate 7/8th.      */
 		DRX_CODERATE_UNKNOWN = DRX_UNKNOWN,
 					/*< Code rate unknown.    */
 		DRX_CODERATE_AUTO = DRX_AUTO
@@ -924,7 +924,7 @@ STRUCTS
 /*============================================================================*/
 
 /*
- * struct drxu_code_info	Parameters for microcode upload and verfiy.
+ * struct drxu_code_info	Parameters for microcode upload and verify.
  *
  * @mc_file:	microcode file name
  *
@@ -1220,7 +1220,7 @@ struct drx_version_list {
 /*========================================*/
 
 /*
-* \brief Parameters needed to confiugure a UIO.
+* \brief Parameters needed to configure a UIO.
 *
 * Used by DRX_CTRL_UIO_CFG.
 */
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ