From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::130; helo=mail-it1-x130.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x130.google.com (mail-it1-x130.google.com [IPv6:2607:f8b0:4864:20::130]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3E401211C6067 for ; Fri, 1 Feb 2019 02:27:50 -0800 (PST) Received: by mail-it1-x130.google.com with SMTP id i145so8372200ita.4 for ; Fri, 01 Feb 2019 02:27:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=NnHqOqiFvsDLYk90Q4r4d9AQhD2lIAtFaZ3MbHpFlog=; b=E2ohSzNgXZVcPmVhi/l212ZU6QUqNcVpY2LqcMhTao/c/ZG2FyS4aW4/AsC7VsyQnQ gEBYEpLhamAW6SUMHG7Al5T4qC0GdD3o3zJmfX7ljkqF57T4n0IEg8XjGd/m/c0SJtrc GD6cGUwd783HCPSfUO6G0OljNgUYYWPtFEOsw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NnHqOqiFvsDLYk90Q4r4d9AQhD2lIAtFaZ3MbHpFlog=; b=rXyqRxlEQ3VNheCO2+75cwtoN+1IBzybNkwLYes7HoGwMDz0wfieZ5d7c4VoDtkbuo SCTSb2xQcmcbYL1kRua6KyfBEj/QikWTY0HAncMAkMcyZaKJT6s3rCjK53kXyHMSjMY5 H4kqZSkbIHrUtXEJdlTXPKILucRDSirebnNfWO4QK8MXEzZ18I3YynP/BF4Q9826xepu +T4ApDAng8pZXXXxI/M3YBFRn4urFDRsaZFU4N49nUipcpHOPkD+S1GRWvWWcz8Zc3CE 55UervShWcAS/FssgO/VZyTS9MBrhchsgf1CkjNLu6g0ydlrziFLc133h7SPE92MIMjq Q7vg== X-Gm-Message-State: AHQUAuYD3B7Snb+RQ5AY4hxdE7tbT6IUnXbXOee9ymXnmJFzZnGY3mZC KEVUwOJuGnsvsBuWBb6/eBPgol8abM4GZ1zAJltHww== X-Google-Smtp-Source: AHgI3Ib9WnBCOXNk6we83A8e/5X8cgV3p0iMEu9cSNb1rf1dqtfS2OYo1MileHFEF0mTabPMNQ5yiwRkE6Z9j4HdA2o= X-Received: by 2002:a05:660c:4b:: with SMTP id p11mr1057530itk.71.1549016869355; Fri, 01 Feb 2019 02:27:49 -0800 (PST) MIME-Version: 1.0 References: <20190201060200.40136-1-dandan.bi@intel.com> In-Reply-To: <20190201060200.40136-1-dandan.bi@intel.com> From: Ard Biesheuvel Date: Fri, 1 Feb 2019 11:27:38 +0100 Message-ID: To: Dandan Bi Cc: "edk2-devel@lists.01.org" , Liming Gao , Jian J Wang , Hao Wu Subject: Re: [patch 0/2] Fix coding style issues in MdeModulePkg and MdePkg X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2019 10:27:50 -0000 Content-Type: text/plain; charset="UTF-8" On Fri, 1 Feb 2019 at 07:02, Dandan Bi wrote: > > Cc: Ard Biesheuvel > Cc: Liming Gao > Cc: Jian J Wang > Cc: Hao Wu > Dandan Bi (2): > MdeModulePkg: Fix coding style issues > MdePkg: Fix coding style issues > > .../FaultTolerantWriteSmmCommon.h | 4 ++-- > .../FaultTolerantWriteStandaloneMm.c | 2 +- > .../FaultTolerantWriteTraditionalMm.c | 2 +- > .../Variable/RuntimeDxe/PrivilegePolymorphic.h | 4 ++-- > .../Variable/RuntimeDxe/VariableStandaloneMm.c | 6 +++--- > .../Variable/RuntimeDxe/VariableTraditionalMm.c | 4 ++-- > .../Library/StandaloneMmDriverEntryPoint.h | 16 ++++++++-------- > .../StandaloneMmDriverEntryPoint.c | 4 ++-- > .../StandaloneMmServicesTableLib.c | 4 ++-- > 9 files changed, 23 insertions(+), 23 deletions(-) > > -- > 2.18.0.windows.1 > Acked-by: Ard Biesheuvel