From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 25 Oct 2013 09:18:33 +0200 From: Heiko Carstens Subject: Re: [PATCH 03/24] s390: Convert use of typedef ctl_table to struct ctl_table Message-ID: <20131025071833.GB4136@osiris> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Joe Perches Cc: linux-kernel@vger.kernel.org, Martin Schwidefsky , linux390@de.ibm.com, linux-s390@vger.kernel.org List-ID: On Tue, Oct 22, 2013 at 03:29:46PM -0700, Joe Perches wrote: > This typedef is unnecessary and should just be removed. > > Signed-off-by: Joe Perches > --- > arch/s390/appldata/appldata_base.c | 10 +++++----- > arch/s390/kernel/debug.c | 2 +- > arch/s390/mm/cmm.c | 8 ++++---- > 3 files changed, 10 insertions(+), 10 deletions(-) Applied, thanks.