efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts
authorArvind Sankar <nivedita@alum.mit.edu>
Mon, 18 May 2020 19:06:54 +0000 (15:06 -0400)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 19 May 2020 07:23:22 +0000 (09:23 +0200)
commitcb8c90a08c7f2f761919190093fca0611c1cece4
tree7f800d6b319ca66e90650672340ff74d15f5e6de
parent0b76735380224497e1c78a1bed606cbda83e3427
efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts

These functions do not support formatting, unlike printk. Rename them to
puts to make that clear.

Move the implementations of these two functions next to each other.

Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Link: https://lore.kernel.org/r/20200518190716.751506-3-nivedita@alum.mit.edu
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/efi-stub-helper.c
drivers/firmware/efi/libstub/efistub.h
drivers/firmware/efi/libstub/file.c