Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752467AbdLLQUj (ORCPT ); Tue, 12 Dec 2017 11:20:39 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:41542 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752373AbdLLQUd (ORCPT ); Tue, 12 Dec 2017 11:20:33 -0500 Subject: Re: [PATCH] s390/dasd: Simplify code To: Christophe JAILLET , hoeppner@linux.vnet.ibm.com, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com Cc: linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org References: <20171209062926.31515-1-christophe.jaillet@wanadoo.fr> From: Stefan Haberland Date: Tue, 12 Dec 2017 17:20:26 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171209062926.31515-1-christophe.jaillet@wanadoo.fr> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-TM-AS-GCONF: 00 x-cbid: 17121216-0040-0000-0000-000003F940A8 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17121216-0041-0000-0000-000025FC4DD3 Message-Id: <848960a3-accd-fe90-1b83-da1ae7310915@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-12-12_10:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1712120233 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 233 Lines: 8 On 09.12.2017 07:29, Christophe JAILLET wrote: > Use 'seq_printf(m, "...%*phN...")' instead of duplicating its > implementation. > > Signed-off-by: Christophe JAILLET > Thanks for the patch. Applied.