From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:45892 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729165AbfLENFo (ORCPT ); Thu, 5 Dec 2019 08:05:44 -0500 Date: Thu, 5 Dec 2019 14:05:32 +0100 From: Cornelia Huck Subject: Re: [PATCH] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups Message-ID: <20191205140532.7760b69c.cohuck@redhat.com> In-Reply-To: <20191205125147.229367-1-borntraeger@de.ibm.com> References: <20191205125147.229367-1-borntraeger@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-s390-owner@vger.kernel.org List-ID: To: Christian Borntraeger Cc: Janosch Frank , KVM , David Hildenbrand , linux-s390 , Thomas Huth , Julian Wiedmann On Thu, 5 Dec 2019 13:51:47 +0100 Christian Borntraeger wrote: > There is no ENOTSUPP for userspace s/userspace/userspace./ Fixes: 519783935451 ("KVM: s390: introduce ais mode modify function") Fixes: 2c1a48f2e5ed ("KVM: S390: add new group for flic") > > Reported-by: Julian Wiedmann > Signed-off-by: Christian Borntraeger > --- > arch/s390/kvm/interrupt.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Cornelia Huck