efi_loader: struct efi_simple_text_input_protocol
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 8 Sep 2018 08:20:10 +0000 (10:20 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:29 +0000 (21:55 +0200)
commit3e603ec757bee9ce84c7bbc861c7b0fe2f4d9bef
treef77070e911fa03796c1b024eca438967b0d82711
parentda9ea5bb0d9c5024d74b9614e2c420858adbf32e
efi_loader: struct efi_simple_text_input_protocol

%s/efi_simple_input_interface/efi_simple_text_input_protocol/

We should be consistent in the naming of the EFI protocol interface
structures. The protocol is called EFI_SIMPLE_TEXT_INPUT_PROTOCOL.

%s/ExtendedVerification/extended_verification/

Use consistent naming of function parameters. Do not use CamelCase.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
drivers/serial/serial_efi.c
include/efi_api.h
include/efi_loader.h
include/efi_selftest.h
lib/efi_loader/efi_console.c
lib/efi_selftest/efi_selftest_console.c