Browse Source

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 <jouni@qca.qualcomm.com>
Edayilliam Jayadev 7 years ago
parent
commit
af6614ca10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/qca-vendor.h

+ 1 - 1
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,