mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 08:34:07 +02:00
ArmPlatformPkg: Fix Ecc error 9001
This patch fixes the following Ecc reported error: INF/DEC/DSC/FDF file header comment should begin with "## @file" or "# @file" at the very top file Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
5a5440d0dc
commit
890e6d466c
@ -1,10 +1,10 @@
|
|||||||
/** @file
|
## @file
|
||||||
*
|
#
|
||||||
* Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
|
# Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
|
||||||
*
|
#
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
#
|
||||||
**/
|
##
|
||||||
|
|
||||||
[Defines]
|
[Defines]
|
||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
/** @file
|
## @file
|
||||||
*
|
#
|
||||||
* Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
|
# Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
|
||||||
* Copyright (c) 2018, Linaro Limited. All rights reserved.
|
# Copyright (c) 2018, Linaro Limited. All rights reserved.
|
||||||
*
|
#
|
||||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
*
|
#
|
||||||
**/
|
##
|
||||||
|
|
||||||
[Defines]
|
[Defines]
|
||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
|
Loading…
x
Reference in New Issue
Block a user