From af6614ca10d8e24eb5c9723f0c3dab45e7a29607 Mon Sep 17 00:00:00 2001 From: Edayilliam Jayadev Date: Wed, 8 Nov 2017 11:22:40 +0530 Subject: [PATCH] Fix block comment style in QCA vendor attribute definition Fix the block comment style issue introduced as part of commit fbfceef3af7f8d454926548f6a7ebe7f9bb4848a ("Add QCA vendor commands for spectral scan"). Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 501dc0959..36db9070f 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -3987,7 +3987,7 @@ enum qca_wlan_vendor_attr_spectral_diag_stats { QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_VHTSEG1ID_MISMATCH = 4, /* Number of spectral phyerror events with vht operation segment 2 id * mismatches in search fft report. u64 attribute. - */ + */ QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_VHTSEG2ID_MISMATCH = 5, QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_AFTER_LAST,