From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:62290 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726350AbgGPL0n (ORCPT ); Thu, 16 Jul 2020 07:26:43 -0400 Date: Thu, 16 Jul 2020 13:26:30 +0200 From: Heiko Carstens Subject: Re: [PATCH -next] s390/mm: Convert to DEFINE_SHOW_ATTRIBUTE Message-ID: <20200716112630.GB8484@osiris> References: <20200716090703.14315-1-miaoqinglang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200716090703.14315-1-miaoqinglang@huawei.com> Sender: linux-s390-owner@vger.kernel.org List-ID: To: Qinglang Miao Cc: Greg Kroah-Hartman , Vasily Gorbik , Christian Borntraeger , linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, Sven Schnelle On Thu, Jul 16, 2020 at 05:07:03PM +0800, Qinglang Miao wrote: > From: Chen Huang > > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Chen Huang > --- > arch/s390/mm/dump_pagetables.c | 12 +----------- > 1 file changed, 1 insertion(+), 11 deletions(-) Thanks for the patch, however we are going to convert the s390 page table dumper to generic code, so I'm not going to apply any cleanup patches for this code anymore.