浏览代码

qcacld-3.0: Fix Datapath kernel checkpatch warnings in ol_htt_api.h

Fix Datapath kernel checkpatch warnings in ol_htt_api.h

Change-Id: Ia8f2c0d2e93d0e394ee14b8ea78df8089edc6908
CRs-Fixed: 2032874
Yun Park 8 年之前
父节点
当前提交
38d2eae0da
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      core/dp/ol/inc/ol_htt_api.h

+ 0 - 3
core/dp/ol/inc/ol_htt_api.h

@@ -388,7 +388,6 @@ static inline int htt_ipa_uc_attach(struct htt_pdev_t *pdev)
  */
 static inline void htt_ipa_uc_detach(struct htt_pdev_t *pdev)
 {
-	return;
 }
 #endif /* IPA_OFFLOAD */
 
@@ -404,12 +403,10 @@ void htt_clear_bundle_stats(struct htt_pdev_t *pdev);
 
 static inline void htt_dump_bundle_stats(struct htt_pdev_t *pdev)
 {
-	return;
 }
 
 static inline void htt_clear_bundle_stats(struct htt_pdev_t *pdev)
 {
-	return;
 }
 #endif