Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752796AbcKGLIT (ORCPT ); Mon, 7 Nov 2016 06:08:19 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:60404 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751993AbcKGLIO (ORCPT ); Mon, 7 Nov 2016 06:08:14 -0500 X-IronPort-AV: E=Sophos;i="5.31,606,1473120000"; d="scan'208";a="396779072" Subject: Re: [PATCH 00/12] xen: add common function for reading optional value To: Juergen Gross , , References: <1477932510-28594-1-git-send-email-jgross@suse.com> CC: , , , , , , , , , , , , , , , , From: David Vrabel Message-ID: <8d314b86-4a28-5628-2a79-842a2fafc4c1@citrix.com> Date: Mon, 7 Nov 2016 11:08:09 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 In-Reply-To: <1477932510-28594-1-git-send-email-jgross@suse.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 431 Lines: 12 On 31/10/16 16:48, Juergen Gross wrote: > There are multiple instances of code reading an optional unsigned > parameter from Xenstore via xenbus_scanf(). Instead of repeating the > same code over and over add a service function doing the job and > replace the call of xenbus_scanf() with the call of the new function > where appropriate. Acked-by: David Vrabel Please queue for the next release. David