qcacld-3.0: Rename hdd_get_ml_adater()
Rename hdd_get_ml_adater() to fix misspelling of "adapter". Change-Id: If2d13823308042c60cd4c16208a21142fa41ffd6 CRs-Fixed: 3343876
This commit is contained in:

committed by
Madan Koyyalamudi

szülő
c91958c650
commit
e27691cfb8
@@ -137,13 +137,13 @@ void hdd_adapter_set_ml_adapter(struct hdd_adapter *adapter);
|
||||
void hdd_adapter_set_sl_ml_adapter(struct hdd_adapter *adapter);
|
||||
|
||||
/**
|
||||
* hdd_get_ml_adater() - get an ml adapter
|
||||
* hdd_get_ml_adapter() - get an ml adapter
|
||||
* @adapter: HDD adapter
|
||||
*
|
||||
* This function returns ml adapter from adapter list
|
||||
* Return: adapter or NULL
|
||||
*/
|
||||
struct hdd_adapter *hdd_get_ml_adater(struct hdd_context *hdd_ctx);
|
||||
struct hdd_adapter *hdd_get_ml_adapter(struct hdd_context *hdd_ctx);
|
||||
|
||||
/**
|
||||
* hdd_get_assoc_link_adapter() - get assoc link adapter
|
||||
@@ -187,7 +187,7 @@ hdd_adapter_set_sl_ml_adapter(struct hdd_adapter *adapter)
|
||||
}
|
||||
|
||||
static inline
|
||||
struct hdd_adapter *hdd_get_ml_adater(struct hdd_context *hdd_ctx)
|
||||
struct hdd_adapter *hdd_get_ml_adapter(struct hdd_context *hdd_ctx)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user