Browse Source

qcacld-3.0: Fix long line in wlan_hdd_object_manager.h

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

Change-Id: I2c032cea2a4a9e868d7e3b71ca6ed8eddddbb067
CRs-Fixed: 2120623
Jeff Johnson 7 years ago
parent
commit
5cf5ad24bb
2 changed files with 4 additions and 2 deletions
  1. 2 1
      core/hdd/src/wlan_hdd_object_manager.c
  2. 2 1
      core/hdd/src/wlan_hdd_object_manager.h

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

@@ -74,7 +74,8 @@ static void hdd_init_psoc_qdf_ctx(struct wlan_objmgr_psoc *psoc)
 	wlan_psoc_set_qdf_dev(psoc, qdf_ctx);
 }
 
-int hdd_objmgr_create_and_store_psoc(struct hdd_context *hdd_ctx, uint8_t psoc_id)
+int hdd_objmgr_create_and_store_psoc(struct hdd_context *hdd_ctx,
+				     uint8_t psoc_id)
 {
 	struct wlan_objmgr_psoc *psoc;
 

+ 2 - 1
core/hdd/src/wlan_hdd_object_manager.h

@@ -73,7 +73,8 @@
  *
  * Return: 0 for success, negative error code for failure
  */
-int hdd_objmgr_create_and_store_psoc(struct hdd_context *hdd_ctx, uint8_t psoc_id);
+int hdd_objmgr_create_and_store_psoc(struct hdd_context *hdd_ctx,
+				     uint8_t psoc_id);
 
 /**
  * hdd_objmgr_release_and_destroy_psoc() - Deletes the psoc object