* [PATCH] mfd: si476x: Fix typos in comments
@ 2026-05-05 22:33 Md Shofiqul Islam
2026-05-14 14:11 ` Lee Jones
2026-05-14 14:13 ` (subset) " Lee Jones
0 siblings, 2 replies; 3+ messages in thread
From: Md Shofiqul Islam @ 2026-05-05 22:33 UTC (permalink / raw)
To: linux-kernel; +Cc: lee, Md Shofiqul Islam
Fix spelling mistake in comments:
- succes -> success (4 times)
---
drivers/mfd/si476x-i2c.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/mfd/si476x-i2c.c b/drivers/mfd/si476x-i2c.c
index 899c0b5ea..7ddc97dfc 100644
--- a/drivers/mfd/si476x-i2c.c
+++ b/drivers/mfd/si476x-i2c.c
@@ -30,7 +30,7 @@
*
* Configure the functions of the pins of the radio chip.
*
- * The function returns zero in case of succes or negative error code
+ * The function returns zero in case of success or negative error code
* otherwise.
*/
static int si476x_core_config_pinmux(struct si476x_core *core)
@@ -121,7 +121,7 @@ static inline void si476x_core_schedule_polling_work(struct si476x_core *core)
* 4. Configures, pin multiplexor, disables digital audio and
* configures interrupt sources.
*
- * The function returns zero in case of succes or negative error code
+ * The function returns zero in case of success or negative error code
* otherwise.
*/
int si476x_core_start(struct si476x_core *core, bool soft)
@@ -215,7 +215,7 @@ EXPORT_SYMBOL_GPL(si476x_core_start);
* 2. Send the POWER_DOWN command if the power down is soft or bring
* reset line low if not.
*
- * The function returns zero in case of succes or negative error code
+ * The function returns zero in case of success or negative error code
* otherwise.
*/
int si476x_core_stop(struct si476x_core *core, bool soft)
@@ -428,7 +428,7 @@ static void si476x_core_pronounce_dead(struct si476x_core *core)
* of I/O errors. If the error counter rises above the threshold
* pronounce device dead.
*
- * The function returns zero on succes or negative error code on
+ * The function returns zero on success or negative error code on
* failure.
*/
int si476x_core_i2c_xfer(struct si476x_core *core,
--
2.51.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mfd: si476x: Fix typos in comments
2026-05-05 22:33 [PATCH] mfd: si476x: Fix typos in comments Md Shofiqul Islam
@ 2026-05-14 14:11 ` Lee Jones
2026-05-14 14:13 ` (subset) " Lee Jones
1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2026-05-14 14:11 UTC (permalink / raw)
To: Md Shofiqul Islam; +Cc: linux-kernel
On Wed, 06 May 2026, Md Shofiqul Islam wrote:
> Fix spelling mistake in comments:
> - succes -> success (4 times)
Missing SoB.
> ---
> drivers/mfd/si476x-i2c.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/mfd/si476x-i2c.c b/drivers/mfd/si476x-i2c.c
> index 899c0b5ea..7ddc97dfc 100644
> --- a/drivers/mfd/si476x-i2c.c
> +++ b/drivers/mfd/si476x-i2c.c
> @@ -30,7 +30,7 @@
> *
> * Configure the functions of the pins of the radio chip.
> *
> - * The function returns zero in case of succes or negative error code
> + * The function returns zero in case of success or negative error code
> * otherwise.
> */
> static int si476x_core_config_pinmux(struct si476x_core *core)
> @@ -121,7 +121,7 @@ static inline void si476x_core_schedule_polling_work(struct si476x_core *core)
> * 4. Configures, pin multiplexor, disables digital audio and
> * configures interrupt sources.
> *
> - * The function returns zero in case of succes or negative error code
> + * The function returns zero in case of success or negative error code
> * otherwise.
> */
> int si476x_core_start(struct si476x_core *core, bool soft)
> @@ -215,7 +215,7 @@ EXPORT_SYMBOL_GPL(si476x_core_start);
> * 2. Send the POWER_DOWN command if the power down is soft or bring
> * reset line low if not.
> *
> - * The function returns zero in case of succes or negative error code
> + * The function returns zero in case of success or negative error code
> * otherwise.
> */
> int si476x_core_stop(struct si476x_core *core, bool soft)
> @@ -428,7 +428,7 @@ static void si476x_core_pronounce_dead(struct si476x_core *core)
> * of I/O errors. If the error counter rises above the threshold
> * pronounce device dead.
> *
> - * The function returns zero on succes or negative error code on
> + * The function returns zero on success or negative error code on
> * failure.
> */
> int si476x_core_i2c_xfer(struct si476x_core *core,
> --
> 2.51.1
>
--
Lee Jones
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: (subset) [PATCH] mfd: si476x: Fix typos in comments
2026-05-05 22:33 [PATCH] mfd: si476x: Fix typos in comments Md Shofiqul Islam
2026-05-14 14:11 ` Lee Jones
@ 2026-05-14 14:13 ` Lee Jones
1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2026-05-14 14:13 UTC (permalink / raw)
To: linux-kernel, Md Shofiqul Islam; +Cc: lee
On Wed, 06 May 2026 01:33:11 +0300, Md Shofiqul Islam wrote:
> Fix spelling mistake in comments:
> - succes -> success (4 times)
Applied, thanks!
[1/1] mfd: si476x: Fix typos in comments
commit: 07de145bd1a9cc7fa33d6190bf948f32d676347c
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-14 14:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-05 22:33 [PATCH] mfd: si476x: Fix typos in comments Md Shofiqul Islam
2026-05-14 14:11 ` Lee Jones
2026-05-14 14:13 ` (subset) " Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox