qcacmn: Rename is_target_pdev_id to is_host_pdev_id
It's more suitable that rename is_target_pdev_id to is_host_pdev_id. Change-Id: I5ec8971ac564e1a26f1b544f9bc2cc08e29f949d CRs-Fixed: 2627802
This commit is contained in:
@@ -878,12 +878,12 @@ struct suspend_params {
|
||||
* struct pdev_params - pdev set cmd parameter
|
||||
* @param_id: parameter id
|
||||
* @param_value: parameter value
|
||||
* @is_target_pdev_id: indicate whether pdev_id is target pdev_id or not
|
||||
* @is_host_pdev_id: indicate whether pdev_id is host pdev_id or not
|
||||
*/
|
||||
struct pdev_params {
|
||||
uint32_t param_id;
|
||||
uint32_t param_value;
|
||||
bool is_target_pdev_id;
|
||||
bool is_host_pdev_id;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user