lkml.org 
[lkml]   [2016]   [Nov]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] misc: ibmasm: fix typo in error message
    Date
    From: Colin Ian King <colin.king@canonical.com>

    Trivial fix to typo "repsonse" to "response" in error message.

    Signed-off-by: Colin Ian King <colin.king@canonical.com>
    ---
    drivers/misc/ibmasm/module.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/misc/ibmasm/module.c b/drivers/misc/ibmasm/module.c
    index 6b3bf9a..c5a456b 100644
    --- a/drivers/misc/ibmasm/module.c
    +++ b/drivers/misc/ibmasm/module.c
    @@ -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");
    --
    2.10.2
    \
     
     \ /
      Last update: 2016-11-12 18:55    [W:4.824 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site