From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:2246 "EHLO mx0b-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232611AbhA0MoA (ORCPT ); Wed, 27 Jan 2021 07:44:00 -0500 Date: Wed, 27 Jan 2021 13:43:10 +0100 From: Vasily Gorbik Subject: Re: [PATCH] s390/tape: Fix spelling mistake in function name tape_3590_erp_succeded Message-ID: References: <20210118113222.71708-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210118113222.71708-1-colin.king@canonical.com> List-ID: To: Colin King Cc: Heiko Carstens , Christian Borntraeger , linux-s390@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org On Mon, Jan 18, 2021 at 11:32:22AM +0000, Colin King wrote: > From: Colin Ian King > > Rename tape_3590_erp_succeded to tape_3590_erp_succeeded to fix a > spelling mistake in the function name. > > Signed-off-by: Colin Ian King > --- > drivers/s390/char/tape_3590.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks.