From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 1/2] target_editfile: Improve doc comment Date: Fri, 14 Nov 2014 16:28:49 +0000 Message-ID: <1415982529.7113.23.camel@citrix.com> References: <1415982424-7007-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XpJk1-0002GP-Di for xen-devel@lists.xenproject.org; Fri, 14 Nov 2014 16:28:57 +0000 In-Reply-To: <1415982424-7007-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Fri, 2014-11-14 at 16:27 +0000, Ian Jackson wrote: > More clearly state which arguments are optional. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell > --- > Osstest/TestSupport.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm > index 45ceee9..46b6720 100644 > --- a/Osstest/TestSupport.pm > +++ b/Osstest/TestSupport.pm > @@ -521,7 +521,8 @@ sub teditfileex { > sub target_editfile_root ($$$;$$) { teditfileex('root',@_); } > sub target_editfile ($$$;$$) { teditfileex('osstest',@_); } > # my $code= pop @_; > - # my ($ho,$rfile,$lleaf,$rdest) = @_; > + # my ($ho,$rfile, $lleaf,$rdest) = @_; > + # ^^^^^^^^^^^^^ optional > > sub target_cmd_build ($$$$) { > my ($ho,$timeout,$builddir,$script) = @_;