Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -330,7 +330,7 @@ static inline unsigned int issue_vmcall_channel_mismatch(const char *chname,
	return result;
	return result;
}
}


static inline unsigned int Issue_VMCALL_FATAL_BYE_BYE(void)
static inline unsigned int issue_vmcall_fatal(void)
{
{
	int result = VMCALL_SUCCESS;
	int result = VMCALL_SUCCESS;
	u64 physaddr = 0;
	u64 physaddr = 0;