RAS/AMD/ATL: Add missing newline to pr_info() statement
authorVasyl Gomonovych <gomonovych@gmail.com>
Fri, 17 May 2024 21:54:37 +0000 (14:54 -0700)
committerBorislav Petkov (AMD) <bp@alien8.de>
Tue, 28 May 2024 14:11:36 +0000 (16:11 +0200)
commit595e819d9bbdfa1c000dc7ea50430ebb5f9db09a
tree5287b8503757a931820b93bb334c989d4323acd4
parent9aa31612d992506b60be68aebf2a4e130eb6b783
RAS/AMD/ATL: Add missing newline to pr_info() statement

Add a missing newline character even if printk() adds newlines to
non-\n-terminated strings because in the unlikely case a KERN_CONT print
statement is added after the unterminated statement, the two will get
glued together which is not the expected behavior.

   [ bp: Rewrite commit message. ]

Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20240517215452.2020680-1-gomonovych@gmail.com
drivers/ras/amd/atl/core.c