powerpc/powernv: Fix spelling mistake "Retrived" -> "Retrieved"
authorColin Ian King <colin.king@canonical.com>
Thu, 23 Jun 2016 17:05:56 +0000 (18:05 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 28 Jun 2016 03:52:18 +0000 (13:52 +1000)
Trivial fix to spelling mistake in pr_debug() message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/powernv/opal-memory-errors.c

index 00a2943..4495f42 100644 (file)
@@ -44,7 +44,7 @@ static void handle_memory_error_event(struct OpalMemoryErrorData *merr_evt)
 {
        uint64_t paddr_start, paddr_end;
 
-       pr_debug("%s: Retrived memory error event, type: 0x%x\n",
+       pr_debug("%s: Retrieved memory error event, type: 0x%x\n",
                  __func__, merr_evt->type);
        switch (merr_evt->type) {
        case OPAL_MEM_ERR_TYPE_RESILIENCE: