staging: unisys: Fix CamelCase in Issue_VMCALL_FATAL_BYE_BYE()
Fix Camelcase name: Issue_VMCALL_FATAL_BYE_BYE => issue_vmcall_fatal Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b591ebf220
commit
8ec8599769
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue