Re: [PATCH v5 06/15] KVM: s390: remove prefix kvm_s390_gisa_ from static inline functions

2018-12-20 Thread Michael Mueller
On 20.12.18 13:24, Cornelia Huck wrote: On Wed, 19 Dec 2018 20:17:47 +0100 Michael Mueller wrote: This will shorten the length of code lines. All GISA related static inline functions are local to interrupt.c Signed-off-by: Michael Mueller --- arch/s390/kvm/interrupt.c | 26

Re: [PATCH v5 06/15] KVM: s390: remove prefix kvm_s390_gisa_ from static inline functions

2018-12-20 Thread Cornelia Huck
On Wed, 19 Dec 2018 20:17:47 +0100 Michael Mueller wrote: > This will shorten the length of code lines. > All GISA related static inline functions are local to interrupt.c > > Signed-off-by: Michael Mueller > --- > arch/s390/kvm/interrupt.c | 26 +- > 1 file changed,

[PATCH v5 06/15] KVM: s390: remove prefix kvm_s390_gisa_ from static inline functions

2018-12-19 Thread Michael Mueller
This will shorten the length of code lines. All GISA related static inline functions are local to interrupt.c Signed-off-by: Michael Mueller --- arch/s390/kvm/interrupt.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/arch/s390/kvm/interrupt.c