]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: fix block comment alignment in hal_pwr_seq.c
authorFrancisco Maestre <francisco@maestretorreblanca.com>
Sun, 3 May 2026 00:58:02 +0000 (19:58 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2026 14:49:51 +0000 (16:49 +0200)
commit2e078c0a5c6a6d9892bef62a36387cbb683ba032
tree9139f053c2a5beab6b3321d734b015ec6115e746
parentc5a1b68c804ae1719c36b0a3b9cb91561d45c93d
staging: rtl8723bs: fix block comment alignment in hal_pwr_seq.c

Fix the multi-line block comment at the top of the file to follow
the kernel coding style: each continuation line should start with
' * ' and the closing '*/' should be on its own line without a
preceding blank line.

This fixes the following checkpatch.pl warning:
  WARNING: Block comments should align the * on each line

Signed-off-by: Francisco Maestre <francisco@maestretorreblanca.com>
Link: https://patch.msgid.link/20260503005802.69046-1-francisco@maestretorreblanca.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/hal_pwr_seq.c