Skip to content

Commit

Permalink
staging: qca-wifi-host-cmn: Remove whitespace from wakelock name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ristovski committed Jan 22, 2024
1 parent 7963fc0 commit b843c28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ static QDF_STATUS wlan_mgmt_txrx_pdev_obj_create_notification(
mgmt_txrx_pdev_ctx->mgmt_txrx_stats = mgmt_txrx_stats;

qdf_wake_lock_create(&mgmt_txrx_pdev_ctx->wakelock_tx_cmp,
"mgmt_txrx tx_cmp");
"mgmt_txrx:tx_cmp");
qdf_runtime_lock_init(&mgmt_txrx_pdev_ctx->wakelock_tx_runtime_cmp);

if (wlan_objmgr_pdev_component_obj_attach(pdev,
Expand Down

0 comments on commit b843c28

Please sign in to comment.