qcacmn: Replace return value 0 with QDF_STATUS_SUCCESS
Replace return value 0 with QDF_STATUS_SUCCESS as per coding standards. Change-Id: I27104d4a9eed29a7008b8970cf78c2ecd097b996
This commit is contained in:

zatwierdzone przez
nshrivas

rodzic
eb26831637
commit
bcb1f1738f
@@ -2383,7 +2383,7 @@ QDF_STATUS wlan_crypto_wpaie_check(struct wlan_crypto_params *crypto_params,
|
||||
frm += 2, len -= 2;
|
||||
}
|
||||
|
||||
return 0;
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user