tests/remote: Fix a typo in a comment
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
483053b9d8
commit
9f83f6a944
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def get_host(devices, dev_name):
|
||||||
host.dev = dev
|
host.dev = dev
|
||||||
return host
|
return host
|
||||||
|
|
||||||
# run setup_hw - hw specyfic
|
# Run setup_hw - hardware specific
|
||||||
def setup_hw_host_iface(host, iface, setup_params, force_restart=False):
|
def setup_hw_host_iface(host, iface, setup_params, force_restart=False):
|
||||||
try:
|
try:
|
||||||
setup_hw = setup_params['setup_hw']
|
setup_hw = setup_params['setup_hw']
|
||||||
|
|
Loading…
Reference in a new issue