Commit 8ec85997 authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: Fix CamelCase in Issue_VMCALL_FATAL_BYE_BYE()

Fix Camelcase name:
Issue_VMCALL_FATAL_BYE_BYE => issue_vmcall_fatal
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b591ebf2
......@@ -330,7 +330,7 @@ static inline unsigned int issue_vmcall_channel_mismatch(const char *chname,
return result;
}
static inline unsigned int Issue_VMCALL_FATAL_BYE_BYE(void)
static inline unsigned int issue_vmcall_fatal(void)
{
int result = VMCALL_SUCCESS;
u64 physaddr = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment