firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()
authorAndres Rodriguez <andresx7@gmail.com>
Thu, 10 May 2018 20:08:39 +0000 (13:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 14:43:09 +0000 (16:43 +0200)
commitcf1cde7cd6e42aa65aa7a80e4980afe6d1a1330e
treef7393d4d7f2db3a935a6fa4b82eb6d9617a3bb74
parentc35f9cbb1df8f17d398112173024a76964b5154d
firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()

This is done since this call is now exposed through kernel-doc,
and since this also paves the way for different future types of
fallback mechanims.

Signed-off-by: Andres Rodriguez <andresx7@gmail.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Acked-by: Luis R. Rodriguez <mcgrof@kernel.org>
[mcgrof: small coding style changes]
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_loader/fallback.c
drivers/base/firmware_loader/fallback.h
drivers/base/firmware_loader/firmware.h
drivers/base/firmware_loader/main.c