From: David Kershner Date: Tue, 28 Mar 2017 13:34:59 +0000 (-0400) Subject: staging: unisys: visorbus: Update vmcallinterface comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fd1040997b2ae482c628db57c358e2b36fcf4370;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git staging: unisys: visorbus: Update vmcallinterface comment The comment at the beginning of the vmcallinterface.h file references IO Virtualization. It should be more specific that it is referencing s-Par Virtualization. Signed-off-by: David Kershner Reviewed-by: Reviewed-by: Tim Sell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/visorbus/vmcallinterface.h b/drivers/staging/unisys/visorbus/vmcallinterface.h index abc10fac08af..df6ee5440631 100644 --- a/drivers/staging/unisys/visorbus/vmcallinterface.h +++ b/drivers/staging/unisys/visorbus/vmcallinterface.h @@ -16,9 +16,9 @@ #define __VMCALLINTERFACE_H__ /* - * This file contains all structures needed to support the VMCALLs for IO - * Virtualization. The VMCALLs are provided by Monitor and used by IO code - * running on IO Partitions. + * This file contains all structures needed to support the VMCALLs for s-Par + * Virtualization. The VMCALLs are provided by Monitor and used by s-Par + * drivers running in a Linux guest partition. */ static inline unsigned long __unisys_vmcall_gnuc(unsigned long tuple, unsigned long reg_ebx,