staging: r8188eu: Block comments use * on subsequent lines
authorRommel Rodriguez Perez <alrodperez@gmail.com>
Mon, 4 Jul 2022 23:55:35 +0000 (18:55 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Jul 2022 12:27:16 +0000 (14:27 +0200)
commita3e20d9046fcb087c621a2914e1d016eb20f5ab3
treea0eb053bd7c7cfe83bb40b08b37d76fd2a7ff4e5
parent1681e6f4d773873506798151beae01c22d835e39
staging: r8188eu: Block comments use * on subsequent lines

This patch modifies a comment in order for it to comply with Linux
Kernel style guidelines on comments belonging to  net/ or drivers/net/ by
fixing the missing * at the beginning of each comment line and removing
the initial almost-blank initial line from the comment block.

checkpatch output:
WARNING: Block comments use * on subsequent lines

Reviewed-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Signed-off-by: Rommel Rodriguez Perez <alrodperez@gmail.com>
Link: https://lore.kernel.org/r/YsN993FTljv5LYT3@debianmain.debian.pc.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_ap.c