Browse Source

qcacld-3.0: Fix long line in wlan_hdd_tdls.h

Checkpatch has detected an instance of "line over 80 characters" so
fix it.

Change-Id: I84f732a7ce5aed709d3992706ad15131b23eb391
CRs-Fixed: 2120627
Jeff Johnson 7 years ago
parent
commit
ae9adc89a0
2 changed files with 4 additions and 2 deletions
  1. 2 1
      core/hdd/inc/wlan_hdd_tdls.h
  2. 2 1
      core/hdd/src/wlan_hdd_tdls.c

+ 2 - 1
core/hdd/inc/wlan_hdd_tdls.h

@@ -198,7 +198,8 @@ int wlan_hdd_cfg80211_tdls_mgmt(struct wiphy *wiphy,
 #endif
 
 int hdd_set_tdls_offchannel(struct hdd_context *hdd_ctx, int offchannel);
-int hdd_set_tdls_secoffchanneloffset(struct hdd_context *hdd_ctx, int offchanoffset);
+int hdd_set_tdls_secoffchanneloffset(struct hdd_context *hdd_ctx,
+				     int offchanoffset);
 int hdd_set_tdls_offchannelmode(struct hdd_adapter *adapter, int offchanmode);
 int hdd_set_tdls_scan_type(struct hdd_context *hdd_ctx, int val);
 int wlan_hdd_tdls_antenna_switch(struct hdd_context *hdd_ctx,

+ 2 - 1
core/hdd/src/wlan_hdd_tdls.c

@@ -942,7 +942,8 @@ int hdd_set_tdls_offchannel(struct hdd_context *hdd_ctx, int offchannel)
  *
  * Return: 0 on success; negative errno otherwise
  */
-int hdd_set_tdls_secoffchanneloffset(struct hdd_context *hdd_ctx, int offchanoffset)
+int hdd_set_tdls_secoffchanneloffset(struct hdd_context *hdd_ctx,
+				     int offchanoffset)
 {
 	/* TODO */
 	return 0;