]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
leds: blinkm: Fix spelling and comment style above lock acquire
authorStepan Ionichev <sozdayvek@gmail.com>
Mon, 4 May 2026 12:37:30 +0000 (17:37 +0500)
committerLee Jones <lee@kernel.org>
Wed, 17 Jun 2026 10:28:22 +0000 (11:28 +0100)
commita03484e1e42893e2b219d9d780ce6933d319ef46
treeac08452805da0fcd2afab2418531b5151c26d6aa
parent647a6b59d138ff11761fa97dbf36524d726437c7
leds: blinkm: Fix spelling and comment style above lock acquire

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>
Link: https://patch.msgid.link/20260504123730.1094-1-sozdayvek@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/leds-blinkm.c