public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Abdul Lateef Attar via groups.io" <AbdulLateef.Attar=amd.com@groups.io>
To: <devel@edk2.groups.io>
Cc: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>,
	Abner Chang <abner.chang@amd.com>,
	Paul Grimes <paul.grimes@amd.com>
Subject: [edk2-devel] [PATCH 1/5] AmdMinBoardPkg: Uncrustify PciHotPlug module
Date: Fri, 17 May 2024 09:19:09 +0530	[thread overview]
Message-ID: <a9991b143ea6d47a01d4b1d2f599d659cbaa39f3.1715917637.git.AbdulLateef.Attar@amd.com> (raw)
In-Reply-To: <cover.1715917637.git.AbdulLateef.Attar@amd.com>

Uncrustify PciHotPlug module.
corrects the [in, out] parameters.

Cc: Abner Chang <abner.chang@amd.com>
Cc: Paul Grimes <paul.grimes@amd.com>
Signed-off-by: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>
---
 Platform/AMD/AmdMinBoardPkg/PciHotPlug/PciHotPlugInit.c   | 4 +++-
 Platform/AMD/AmdMinBoardPkg/PciHotPlug/PciHotPlugInit.inf | 5 +++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Platform/AMD/AmdMinBoardPkg/PciHotPlug/PciHotPlugInit.c b/Platform/AMD/AmdMinBoardPkg/PciHotPlug/PciHotPlugInit.c
index a26ca16741..9a7b509b55 100755
--- a/Platform/AMD/AmdMinBoardPkg/PciHotPlug/PciHotPlugInit.c
+++ b/Platform/AMD/AmdMinBoardPkg/PciHotPlug/PciHotPlugInit.c
@@ -44,6 +44,8 @@
 
   Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
   Copyright (C) 2016, Red Hat, Inc.<BR>
+  Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
+
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
   @par Revision Reference:
@@ -169,7 +171,7 @@ InitializeRootHpc (
   @param[in]  This            Pointer to the EFI_PCI_HOT_PLUG_INIT_PROTOCOL instance.
   @param[in]  HpcDevicePath   The device path to the HPC.
   @param[in]  HpcPciAddress   The address of the HPC function on the PCI bus.
-  @param[in]  HpcState        The state of the HPC hardware.
+  @param[out] HpcState        The state of the HPC hardware.
   @param[out] Padding         The amount of resource padding that is required by the
                               PCI bus under the control of the specified HPC.
   @param[out] Attributes      Describes how padding is accounted for. The padding
diff --git a/Platform/AMD/AmdMinBoardPkg/PciHotPlug/PciHotPlugInit.inf b/Platform/AMD/AmdMinBoardPkg/PciHotPlug/PciHotPlugInit.inf
index 44564df387..861fc120d9 100755
--- a/Platform/AMD/AmdMinBoardPkg/PciHotPlug/PciHotPlugInit.inf
+++ b/Platform/AMD/AmdMinBoardPkg/PciHotPlug/PciHotPlugInit.inf
@@ -2,8 +2,9 @@
 # This driver implements EFI_PCI_HOT_PLUG_INIT_PROTOCOL.
 # Adds resource padding information, for PCIe hotplug purposes.
 #
-# Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved
-# SPDX-License-Identifier: BSD-2-Clause-Patent ##
+# Copyright (C) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+##
 
 [Defines]
   INF_VERSION                    = 1.29
-- 
2.34.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118975): https://edk2.groups.io/g/devel/message/118975
Mute This Topic: https://groups.io/mt/106148090/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



  reply	other threads:[~2024-05-17  3:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-17  3:49 [edk2-devel] [PATCH 0/5] AmdMinBoardPkg: AMD board specific modules Abdul Lateef Attar via groups.io
2024-05-17  3:49 ` Abdul Lateef Attar via groups.io [this message]
2024-05-17  3:49 ` [edk2-devel] [PATCH 2/5] AmdMinBoardPkg/Library: Uncrustify the Library module Abdul Lateef Attar via groups.io
2024-05-17  3:49 ` [edk2-devel] [PATCH 3/5] AmdMinBoardPkg: Implement BoardInitLib for PEI phase Abdul Lateef Attar via groups.io
2024-05-17  3:49 ` [edk2-devel] [PATCH 4/5] AmdMinBoardPkg: Implement BoardInitLib for DXE phase Abdul Lateef Attar via groups.io
2024-05-17  3:49 ` [edk2-devel] [PATCH 5/5] AmdMinBoardPkg: Implements BoardBdsHookLib library Abdul Lateef Attar via groups.io
2024-05-17  5:53 ` [edk2-devel] [PATCH 0/5] AmdMinBoardPkg: AMD board specific modules Chang, Abner via groups.io

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a9991b143ea6d47a01d4b1d2f599d659cbaa39f3.1715917637.git.AbdulLateef.Attar@amd.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox