mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 00:54:09 +08:00
misc: ibmasm: fix typo in error message
Trivial fix to typo "repsonse" to "response" in error message. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
846221cfb8
commit
ecbf12882f
@ -170,7 +170,7 @@ static void ibmasm_remove_one(struct pci_dev *pdev)
|
||||
ibmasm_unregister_uart(sp);
|
||||
dbg("Sending OS down message\n");
|
||||
if (ibmasm_send_os_state(sp, SYSTEM_STATE_OS_DOWN))
|
||||
err("failed to get repsonse to 'Send OS State' command\n");
|
||||
err("failed to get response to 'Send OS State' command\n");
|
||||
dbg("Disabling heartbeats\n");
|
||||
ibmasm_heartbeat_exit(sp);
|
||||
dbg("Disabling interrupts\n");
|
||||
|
Loading…
Reference in New Issue
Block a user