Browse Source

qcacmn: Fix Datapath kernel checkpatch warnings in cdp_txrx_misc.h

Fix Datapath kernel checkpatch warnings in cdp_txrx_misc.h.

Change-Id: I39e704ca820ef893f3fbcaefb25af6fc342b5396
CRs-Fixed: 2033691
Yun Park 8 years ago
parent
commit
0d86d86e31
1 changed files with 1 additions and 2 deletions
  1. 1 2
      dp/inc/cdp_txrx_misc.h

+ 1 - 2
dp/inc/cdp_txrx_misc.h

@@ -24,7 +24,7 @@
  * under proprietary terms before Copyright ownership was assigned
  * to the Linux Foundation.
  */
- /**
+/**
  * @file cdp_txrx_misc.h
  * @brief Define the host data path miscelleneous API functions
  * called by the host control SW and the OS interface module
@@ -461,4 +461,3 @@ static inline void cdp_pkt_log_con_service(ol_txrx_soc_handle soc,
 	return;
 }
 #endif /* _CDP_TXRX_MISC_H_ */
-