From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 36DEF8034A for ; Tue, 7 Mar 2017 00:16:30 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 07 Mar 2017 00:16:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,257,1484035200"; d="scan'208";a="72491583" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.13]) by orsmga005.jf.intel.com with ESMTP; 07 Mar 2017 00:16:28 -0800 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu , Jiewen Yao , Liming Gao , Michael Kinney Date: Tue, 7 Mar 2017 16:16:24 +0800 Message-Id: <20170307081627.23452-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 Subject: [PATCH 0/3] Refine the comment for AsciiValueToStringS X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2017 08:16:30 -0000 The series will refine the comment description for: 1. PrintLib API AsciiValueToStringS 2. EFI_PRINT2S_PROTOCOL service ASCII_VALUE_TO_STRING_S They will not ASSERT when the input/output parameter 'Buffer' is not aligned on a 16-bit boundary. Cc: Jiewen Yao Cc: Liming Gao Cc: Michael Kinney Hao Wu (3): MdePkg/BasePrintLib: Refine the comment for AsciiValueToStringS API MdeModulePkg/PrintLib: Refine the comment for AsciiValueToStringS API MdeModulePkg/Print2: Refine the comment for ASCII_VALUE_TO_STRING_S MdeModulePkg/Include/Protocol/Print2.h | 3 +-- MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c | 3 +-- MdePkg/Include/Library/PrintLib.h | 3 +-- MdePkg/Library/BasePrintLib/PrintLib.c | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) -- 2.12.0.windows.1