Re: [edk2-devel] [PATCH v1 1/3] ArmPlatformPkg: Fix Ecc error 8001

2021-03-01 Thread Sami Mujawar
Reviewed-by: Sami Mujawar Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#72287): https://edk2.groups.io/g/devel/message/72287 Mute This Topic: https://groups.io/mt/80905920/21656 Group Owner: devel+ow...@edk2.grou

[edk2-devel] [PATCH v1 1/3] ArmPlatformPkg: Fix Ecc error 8001

2021-02-25 Thread PierreGondois
From: Pierre Gondois This patch fixes the following Ecc reported error: File header doesn't exist File header comment missing the ""Copyright"" Even though a copyright is present in the header file, the leading '*' char prevents the Ecc tool from detecting it. According to the edk2 coding specif