From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web11.9926.1576764586095509160 for ; Thu, 19 Dec 2019 06:09:46 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=fmHAazKD; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1576764585; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=DOkbzi3/1Ex6Swo44iatadpRVaQnjRphff/D4JH2H8M=; b=fmHAazKDeBqHIPmHSL1By6WLlBOaxhYZ6DatWWTwZJIWWByucfQY8kSGgPLs+rLJI9P2g1 utEl0WTSs0ocxs0neVKnUZAtvZ9Ha454rneRG2cL+xQ4j0+PJNYm+Wm8kp/80xUOrq7LXQ 0k3EJgdJ8gG3qbo1oHLPRBqkV7ZrSy8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-75-WQFxQL7OMO21oi48rzr1FA-1; Thu, 19 Dec 2019 09:09:40 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 34589DB61; Thu, 19 Dec 2019 14:09:39 +0000 (UTC) Received: from x1w.redhat.com (unknown [10.36.118.122]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 467CF5C554; Thu, 19 Dec 2019 14:09:34 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Ray Ni , Zhichao Gao , Philippe Mathieu-Daude Subject: [PATCH v2 0/2] ShellPkg: Document the use of EFI_INVALID_PARAMETER by two functions Date: Thu, 19 Dec 2019 15:09:30 +0100 Message-Id: <20191219140932.25428-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-MC-Unique: WQFxQL7OMO21oi48rzr1FA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Complete the list of values the functios ParseCommandLineToArgs() and UpdateArgcArgv() can return. The documentation was found to be incomplete while reviewing BZ#2395: https://edk2.groups.io/g/devel/message/51512 v2: - Shortened patch #1 subject to fit 72 chars - Added Zhichao Gao R-b tag Regards, Phil. Philippe Mathieu-Daude (2): ShellPkg: Document ParseCommandLineToArgs returns EFI_INVALID_PARAMETER ShellPkg: Document UpdateArgcArgv returns EFI_INVALID_PARAMETER ShellPkg/Application/Shell/ShellParametersProtocol.h | 2 ++ ShellPkg/Application/Shell/ShellParametersProtocol.c | 2 ++ 2 files changed, 4 insertions(+) --=20 2.21.0