qcacmn: Fix checkpatch ERRORs in son_ol_send_null()

Fix the following ERROR-level issues reported by checkpatch:
ERROR: space prohibited after that open parenthesis '('
ERROR: space required before the open parenthesis '('

Change-Id: I221b7bcaad4116f759beb4a51f196dd0e749d764
CRs-Fixed: 2241592
This commit is contained in:
Jeff Johnson
2018-05-12 20:58:48 -07:00
committed by nshrivas
parent eea4516fd3
commit 5e8e07a94a

View File

@@ -104,7 +104,7 @@ QDF_STATUS son_ol_send_null(struct wlan_objmgr_pdev *pdev,
psoc = wlan_pdev_get_psoc(pdev);
if( !psoc)
if (!psoc)
return QDF_STATUS_E_FAILURE;
param.vdev_id = wlan_vdev_get_id(vdev);