qcacld-3.0: Fix tab stop checkpatch warnings

Fix tab stop checkpatch warnings.

Change-Id: I4ccbc39b571737413de038fabcd4b8641a39cd62
CRs-Fixed: 2312593
Dieser Commit ist enthalten in:
Srinivas Girigowda
2018-09-12 14:56:29 -07:00
committet von nshrivas
Ursprung 40ba553537
Commit ae3318a0db

Datei anzeigen

@@ -137,7 +137,7 @@ static QDF_STATUS pmo_core_is_gtk_enabled_in_fwr(
pmo_err("cache request mac:%pM, peer mac:%pM are not same",
vdev_ctx->vdev_gtk_req.bssid.bytes,
peer_bssid.bytes);
return QDF_STATUS_E_INVAL;
return QDF_STATUS_E_INVAL;
}
if (vdev_ctx->vdev_gtk_req.flags != PMO_GTK_OFFLOAD_ENABLE) {