Re: [PATCH v7 1/8] x86/crash: fix minor typo/bug in debug message

2022-04-28 Thread David Hildenbrand
On 13.04.22 18:42, Eric DeVolder wrote: > The pr_debug() intends to display the memsz member, but the > parameter is actually the bufsz member (which is already > displayed). Correct this to display memsz value. > > Signed-off-by: Eric DeVolder > Acked-by: Baoquan He > --- Reviewed-by: David

[PATCH v7 1/8] x86/crash: fix minor typo/bug in debug message

2022-04-13 Thread Eric DeVolder
The pr_debug() intends to display the memsz member, but the parameter is actually the bufsz member (which is already displayed). Correct this to display memsz value. Signed-off-by: Eric DeVolder Acked-by: Baoquan He --- arch/x86/kernel/crash.c | 2 +- 1 file changed, 1 insertion(+), 1