Commit 7b6ff621 authored by Dominik Karol Piątkowski's avatar Dominik Karol Piątkowski Committed by Greg Kroah-Hartman

staging: vt6655: Fix block comment alignment

This patch fixes the "Block comments should align the * on each line"
warning detected by checkpatch.pl.
Signed-off-by: default avatarDominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com>
Link: https://lore.kernel.org/r/20240828145923.78004-1-dominik.karol.piatkowski@protonmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 091dbb7e
...@@ -189,10 +189,10 @@ struct vnt_private { ...@@ -189,10 +189,10 @@ struct vnt_private {
u8 byBBType; /* 0:11A, 1:11B, 2:11G */ u8 byBBType; /* 0:11A, 1:11B, 2:11G */
u8 packet_type; /* u8 packet_type; /*
* 0:11a,1:11b,2:11gb (only CCK * 0:11a,1:11b,2:11gb (only CCK
* in BasicRate), 3:11ga (OFDM in * in BasicRate), 3:11ga (OFDM in
* Basic Rate) * Basic Rate)
*/ */
unsigned short wBasicRate; unsigned short wBasicRate;
unsigned char byACKRate; unsigned char byACKRate;
unsigned char byTopOFDMBasicRate; unsigned char byTopOFDMBasicRate;
......
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