mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
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>
This commit is contained in:
parent
c5a1b68c80
commit
2e078c0a5c
|
|
@ -6,16 +6,14 @@
|
|||
******************************************************************************/
|
||||
|
||||
/*
|
||||
*
|
||||
This file includes all kinds of Power Action event for RTL8723B
|
||||
and corresponding hardware configurations which are released from HW SD.
|
||||
|
||||
Major Change History:
|
||||
When Who What
|
||||
---------- --------------- -------------------------------
|
||||
2011-08-08 Roger Create.
|
||||
|
||||
*/
|
||||
* This file includes all kinds of Power Action event for RTL8723B
|
||||
* and corresponding hardware configurations which are released from HW SD.
|
||||
*
|
||||
* Major Change History:
|
||||
* When Who What
|
||||
* ---------- --------------- -------------------------------
|
||||
* 2011-08-08 Roger Create.
|
||||
*/
|
||||
|
||||
#include "hal_pwr_seq.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user