Commit ba25552a authored by Khadija Kamran's avatar Khadija Kamran Committed by Greg Kroah-Hartman

staging: rtl8192u: add '*' on subsequent lines in block comment

Linux kernel coding style for block comments uses a column of '*' on the
left side.
Fix block comment by adding '*' on subsequent lines as reported by
checkatch.pl script.
Signed-off-by: default avatarKhadija Kamran <kamrankhadijadj@gmail.com>
Link: https://lore.kernel.org/r/3a581aae65a152ce41fdd2db667574eba1783113.1679945728.git.kamrankhadijadj@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a430e775
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/*++ /*++
Copyright-c Realtek Semiconductor Corp. All rights reserved. * Copyright-c Realtek Semiconductor Corp. All rights reserved.
*
Module Name: * Module Name:
r8192U_dm.c * r8192U_dm.c
*
Abstract: * Abstract:
HW dynamic mechanism. * HW dynamic mechanism.
--*/ *--
*/
#include "r8192U.h" #include "r8192U.h"
#include "r8192U_dm.h" #include "r8192U_dm.h"
#include "r8192U_hw.h" #include "r8192U_hw.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment