diff mbox series

[v1] nvmem: Correct some typos in comments

Message ID 20240930022922.7369-1-shenlichuan@vivo.com (mailing list archive)
State New, archived
Headers show
Series [v1] nvmem: Correct some typos in comments | expand

Commit Message

Shen Lichuan Sept. 30, 2024, 2:29 a.m. UTC
Fixed some confusing typos that were currently identified with codespell,
the details are as follows:

-in the code comments:
drivers/nvmem/brcm_nvram.c:25: underlaying ==> underlying
drivers/nvmem/core.c:1250: alredy ==> already
drivers/nvmem/core.c:1268: alredy ==> already
drivers/nvmem/lpc18xx_otp.c:24: reseverd ==> reserved
drivers/nvmem/microchip-otpc.c:159: devide ==> divide

Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
---
 drivers/nvmem/brcm_nvram.c     | 2 +-
 drivers/nvmem/core.c           | 4 ++--
 drivers/nvmem/lpc18xx_otp.c    | 2 +-
 drivers/nvmem/microchip-otpc.c | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

Comments

Vladimir Zapolskiy Sept. 30, 2024, 7:42 a.m. UTC | #1
On 9/30/24 05:29, Shen Lichuan wrote:
> Fixed some confusing typos that were currently identified with codespell,
> the details are as follows:
> 
> -in the code comments:
> drivers/nvmem/brcm_nvram.c:25: underlaying ==> underlying
> drivers/nvmem/core.c:1250: alredy ==> already
> drivers/nvmem/core.c:1268: alredy ==> already
> drivers/nvmem/lpc18xx_otp.c:24: reseverd ==> reserved
> drivers/nvmem/microchip-otpc.c:159: devide ==> divide
> 
> Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>

<snip>

> diff --git a/drivers/nvmem/lpc18xx_otp.c b/drivers/nvmem/lpc18xx_otp.c
> index adc9948e7b2e..c41a0c58bec7 100644
> --- a/drivers/nvmem/lpc18xx_otp.c
> +++ b/drivers/nvmem/lpc18xx_otp.c
> @@ -21,7 +21,7 @@
>    * LPC18xx OTP memory contains 4 banks with 4 32-bit words. Bank 0 starts
>    * at offset 0 from the base.
>    *
> - * Bank 0 contains the part ID for Flashless devices and is reseverd for
> + * Bank 0 contains the part ID for Flashless devices and is reserved for
>    * devices with Flash.
>    * Bank 1/2 is generale purpose or AES key storage for secure devices.
>    * Bank 3 contains control data, USB ID and generale purpose words.

For lpc43xx/lpc18xx

Acked-by: Vladimir Zapolskiy <vz@mleia.com>

--
Best wishes,
Vladimir
Srinivas Kandagatla Oct. 7, 2024, 9:19 a.m. UTC | #2
On Mon, 30 Sep 2024 10:29:22 +0800, Shen Lichuan wrote:
> Fixed some confusing typos that were currently identified with codespell,
> the details are as follows:
> 
> -in the code comments:
> drivers/nvmem/brcm_nvram.c:25: underlaying ==> underlying
> drivers/nvmem/core.c:1250: alredy ==> already
> drivers/nvmem/core.c:1268: alredy ==> already
> drivers/nvmem/lpc18xx_otp.c:24: reseverd ==> reserved
> drivers/nvmem/microchip-otpc.c:159: devide ==> divide
> 
> [...]

Applied, thanks!

[1/1] nvmem: Correct some typos in comments
      commit: 3e93f43ae64b247516176ced713888775167ae8a

Best regards,
diff mbox series

Patch

diff --git a/drivers/nvmem/brcm_nvram.c b/drivers/nvmem/brcm_nvram.c
index 3d8c87835f4d..b810df727b44 100644
--- a/drivers/nvmem/brcm_nvram.c
+++ b/drivers/nvmem/brcm_nvram.c
@@ -22,7 +22,7 @@ 
  *
  * @dev:		NVMEM device pointer
  * @nvmem_size:		Size of the whole space available for NVRAM
- * @data:		NVRAM data copy stored to avoid poking underlaying flash controller
+ * @data:		NVRAM data copy stored to avoid poking underlying flash controller
  * @data_len:		NVRAM data size
  * @padding_byte:	Padding value used to fill remaining space
  * @cells:		Array of discovered NVMEM cells
diff --git a/drivers/nvmem/core.c b/drivers/nvmem/core.c
index 33ffa2aa4c11..66eec1960801 100644
--- a/drivers/nvmem/core.c
+++ b/drivers/nvmem/core.c
@@ -1247,7 +1247,7 @@  static void devm_nvmem_device_release(struct device *dev, void *res)
 }
 
 /**
- * devm_nvmem_device_put() - put alredy got nvmem device
+ * devm_nvmem_device_put() - put already got nvmem device
  *
  * @dev: Device that uses the nvmem device.
  * @nvmem: pointer to nvmem device allocated by devm_nvmem_cell_get(),
@@ -1265,7 +1265,7 @@  void devm_nvmem_device_put(struct device *dev, struct nvmem_device *nvmem)
 EXPORT_SYMBOL_GPL(devm_nvmem_device_put);
 
 /**
- * nvmem_device_put() - put alredy got nvmem device
+ * nvmem_device_put() - put already got nvmem device
  *
  * @nvmem: pointer to nvmem device that needs to be released.
  */
diff --git a/drivers/nvmem/lpc18xx_otp.c b/drivers/nvmem/lpc18xx_otp.c
index adc9948e7b2e..c41a0c58bec7 100644
--- a/drivers/nvmem/lpc18xx_otp.c
+++ b/drivers/nvmem/lpc18xx_otp.c
@@ -21,7 +21,7 @@ 
  * LPC18xx OTP memory contains 4 banks with 4 32-bit words. Bank 0 starts
  * at offset 0 from the base.
  *
- * Bank 0 contains the part ID for Flashless devices and is reseverd for
+ * Bank 0 contains the part ID for Flashless devices and is reserved for
  * devices with Flash.
  * Bank 1/2 is generale purpose or AES key storage for secure devices.
  * Bank 3 contains control data, USB ID and generale purpose words.
diff --git a/drivers/nvmem/microchip-otpc.c b/drivers/nvmem/microchip-otpc.c
index 7cf81738a3e0..df979e8549fd 100644
--- a/drivers/nvmem/microchip-otpc.c
+++ b/drivers/nvmem/microchip-otpc.c
@@ -156,7 +156,7 @@  static int mchp_otpc_read(void *priv, unsigned int off, void *val,
 	/*
 	 * We reach this point with off being multiple of stride = 4 to
 	 * be able to cross the subsystem. Inside the driver we use continuous
-	 * unsigned integer numbers for packet id, thus devide off by 4
+	 * unsigned integer numbers for packet id, thus divide off by 4
 	 * before passing it to mchp_otpc_id_to_packet().
 	 */
 	packet = mchp_otpc_id_to_packet(otpc, off / 4);