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: <20240911225023.99295-1-kendra.j.moore3443@gmail.com>
Date: Wed, 11 Sep 2024 18:50:23 -0400
From: kendra.j.moore3443@...il.com
To: linux-kernel@...r.kernel.org
Cc: Kendra Moore <kendra.j.moore3443@...il.com>
Subject: [PATCH] Fix typos in extcon-max77693.c

From: Kendra Moore <kendra.j.moore3443@...il.com>

This patch corrects five typos found in comments in this file.
The patch does not change any coding functionality.

Signed-off-by: Kendra Moore <kendra.j.moore3443@...il.com>
---
 drivers/extcon/extcon-max77693.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/extcon/extcon-max77693.c b/drivers/extcon/extcon-max77693.c
index 2c567e0b7b7f..5a741c37a6ee 100644
--- a/drivers/extcon/extcon-max77693.c
+++ b/drivers/extcon/extcon-max77693.c
@@ -2,7 +2,7 @@
 //
 // extcon-max77693.c - MAX77693 extcon driver to support MAX77693 MUIC
 //
-// Copyright (C) 2012 Samsung Electrnoics
+// Copyright (C) 2012 Samsung Electronics
 // Chanwoo Choi <cw00.choi@...sung.com>
 
 #include <linux/devm-helpers.h>
@@ -250,7 +250,7 @@ static int max77693_muic_set_debounce_time(struct max77693_muic_info *info,
  * @value: the path according to attached cable
  * @attached: the state of cable (true:attached, false:detached)
  *
- * The max77693 MUIC device share outside H/W line among a varity of cables
+ * The max77693 MUIC device share outside H/W line among a variety of cables
  * so, this function set internal path of H/W line according to the type of
  * attached cable.
  */
@@ -689,7 +689,7 @@ static int max77693_muic_adc_handler(struct max77693_muic_info *info)
 		 *
 		 * The MAX77693 MUIC device can detect total 34 cable type
 		 * except of charger cable and MUIC device didn't define
-		 * specfic role of cable in the range of from 0x01 to 0x12
+		 * specific role of cable in the range of from 0x01 to 0x12
 		 * of ADC value. So, can use/define cable with no role according
 		 * to schema of hardware board.
 		 */
@@ -708,7 +708,7 @@ static int max77693_muic_adc_handler(struct max77693_muic_info *info)
 		 *
 		 * The MAX77693 MUIC device can detect total 34 cable type
 		 * except of charger cable and MUIC device didn't define
-		 * specfic role of cable in the range of from 0x01 to 0x12
+		 * specific role of cable in the range of from 0x01 to 0x12
 		 * of ADC value. So, can use/define cable with no role according
 		 * to schema of hardware board.
 		 */
@@ -878,7 +878,7 @@ static int max77693_muic_chg_handler(struct max77693_muic_info *info)
 			 *    MHL/Dock-Audio.
 			 * - 'MAX77693_MUIC_IRQ_INT2_CHGTYP' for detecting
 			 *    USB/TA cable connected to MHL or Dock-Audio.
-			 * Always, happen eariler MAX77693_MUIC_IRQ_INT1_ADC
+			 * Always, happen earlier MAX77693_MUIC_IRQ_INT1_ADC
 			 * irq than MAX77693_MUIC_IRQ_INT2_CHGTYP irq.
 			 *
 			 * If user attach MHL (with USB/TA cable and immediately
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ