OSDN Git Service

staging: gasket: fix typo in apex_enter_reset
authorTodd Poynor <toddpoynor@google.com>
Tue, 17 Jul 2018 20:56:42 +0000 (13:56 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jul 2018 09:39:46 +0000 (11:39 +0200)
Fix typo in log message.

Signed-off-by: Zhongze Hu <frankhu@chromium.org>
Signed-off-by: Todd Poynor <toddpoynor@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gasket/apex_driver.c

index cca4cf4..a31937d 100644 (file)
@@ -488,7 +488,7 @@ static int apex_enter_reset(struct gasket_dev *gasket_dev, uint type)
                                        APEX_BAR2_REG_USER_HIB_DMA_PAUSED, 1, 1,
                                        APEX_RESET_DELAY, APEX_RESET_RETRY)) {
                gasket_log_error(gasket_dev,
-                                "DMAs did not quiece within timeout (%d ms)",
+                                "DMAs did not quiesce within timeout (%d ms)",
                                 APEX_RESET_RETRY * APEX_RESET_DELAY);
                return -EINVAL;
        }