Browse Source

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

Fix Datapath kernel checkpatch warnings in ol_cfg.h

Change-Id: I61ee5d467f75f47b6b0ee97e76b9400fa08c4961
CRs-Fixed: 2032874
Yun Park 8 years ago
parent
commit
73fbcf5a90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/dp/ol/inc/ol_cfg.h

+ 1 - 1
core/dp/ol/inc/ol_cfg.h

@@ -436,6 +436,7 @@ static inline
 int ol_cfg_is_ip_tcp_udp_checksum_offload_enabled(struct cdp_cfg *cfg_pdev)
 {
 	struct txrx_pdev_cfg_t *cfg = (struct txrx_pdev_cfg_t *)cfg_pdev;
+
 	return cfg->ip_tcp_udp_checksum_offload;
 }
 
@@ -606,7 +607,6 @@ static inline unsigned int ol_cfg_ipa_uc_tx_partition_base(
 static inline void ol_cfg_set_ipa_uc_tx_partition_base(
 	struct cdp_cfg *cfg_pdev, uint32_t value)
 {
-	return;
 }
 #endif /* IPA_OFFLOAD */