mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
powerpc/powernv: Fix spelling mistake "Retrived" -> "Retrieved"
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>
This commit is contained in:
parent
4a03749f14
commit
6e8a9279a8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user