aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Karol PiÄ…tkowski <[email protected]>2024-08-28 15:00:09 +0000
committerGreg Kroah-Hartman <[email protected]>2024-08-29 11:56:07 +0200
commit7b6ff621e8bd18773728791f727246dc9b2e6fb5 (patch)
tree141564eb8efe683b621113ebde26a55314e8e271
parent091dbb7e5db10ba10ffa0f92f6381882567cc274 (diff)
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: Dominik Karol PiÄ…tkowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/vt6655/device.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/vt6655/device.h b/drivers/staging/vt6655/device.h
index 0212240ba23f..32d9cbd55222 100644
--- a/drivers/staging/vt6655/device.h
+++ b/drivers/staging/vt6655/device.h
@@ -189,10 +189,10 @@ struct vnt_private {
u8 byBBType; /* 0:11A, 1:11B, 2:11G */
u8 packet_type; /*
- * 0:11a,1:11b,2:11gb (only CCK
- * in BasicRate), 3:11ga (OFDM in
- * Basic Rate)
- */
+ * 0:11a,1:11b,2:11gb (only CCK
+ * in BasicRate), 3:11ga (OFDM in
+ * Basic Rate)
+ */
unsigned short wBasicRate;
unsigned char byACKRate;
unsigned char byTopOFDMBasicRate;