* [PATCH] leds: blinkm: fix spelling and comment style above lock acquire
@ 2026-05-04 12:37 Stepan Ionichev
2026-05-14 12:03 ` (subset) " Lee Jones
0 siblings, 1 reply; 2+ messages in thread
From: Stepan Ionichev @ 2026-05-04 12:37 UTC (permalink / raw)
To: jansimon.moeller; +Cc: lee, pavel, linux-leds, linux-kernel, Stepan Ionichev
Fix two issues in the comment above mutex_lock_interruptible() in
blinkm_transfer_hw():
- Spelling mistake (Aquire -> Acquire).
- Trailing "*/" was on the same line as text; move it to its own
line to match kernel coding style.
No functional change.
Signed-off-by: Stepan Ionichev <sozdayvek@gmail.com>
---
drivers/leds/leds-blinkm.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/leds/leds-blinkm.c b/drivers/leds/leds-blinkm.c
index 577497b9d..1978bbda4 100644
--- a/drivers/leds/leds-blinkm.c
+++ b/drivers/leds/leds-blinkm.c
@@ -356,7 +356,8 @@ static int blinkm_transfer_hw(struct i2c_client *client, int cmd)
struct blinkm_data *data = i2c_get_clientdata(client);
/* We start hardware transfers which are not to be
- * mixed with other commands. Aquire a lock now. */
+ * mixed with other commands. Acquire a lock now.
+ */
if (mutex_lock_interruptible(&data->update_lock) < 0)
return -EAGAIN;
--
2.33.0.windows.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: (subset) [PATCH] leds: blinkm: fix spelling and comment style above lock acquire
2026-05-04 12:37 [PATCH] leds: blinkm: fix spelling and comment style above lock acquire Stepan Ionichev
@ 2026-05-14 12:03 ` Lee Jones
0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2026-05-14 12:03 UTC (permalink / raw)
To: jansimon.moeller, Stepan Ionichev; +Cc: lee, pavel, linux-leds, linux-kernel
On Mon, 04 May 2026 17:37:30 +0500, Stepan Ionichev wrote:
> Fix two issues in the comment above mutex_lock_interruptible() in
> blinkm_transfer_hw():
>
> - Spelling mistake (Aquire -> Acquire).
> - Trailing "*/" was on the same line as text; move it to its own
> line to match kernel coding style.
>
> [...]
Applied, thanks!
[1/1] leds: blinkm: fix spelling and comment style above lock acquire
commit: fbc62317dd6476260df09994729898eb523344a9
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-14 12:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-04 12:37 [PATCH] leds: blinkm: fix spelling and comment style above lock acquire Stepan Ionichev
2026-05-14 12:03 ` (subset) " Lee Jones
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.