summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2018-03-16 09:09:25 +0800
committerLiming Gao <liming.gao@intel.com>2018-03-20 10:25:06 +0800
commite46440360e2209c5247d97461f1650ea86f8a191 (patch)
tree52edf1cd2f723bda844a3f1ffc5f0485bcc84617 /MdePkg
parentec66159475ca03f2d4bd475dc7adb2636fc5e0c3 (diff)
downloadedk2-e46440360e2209c5247d97461f1650ea86f8a191.tar.gz
edk2-e46440360e2209c5247d97461f1650ea86f8a191.tar.bz2
edk2-e46440360e2209c5247d97461f1650ea86f8a191.zip
MdePkg BaseStackCheckLib: Correct style of file header
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Cc: Michael Kinney <michael.d.kinney@intel.com> Reviewed-by: Bi Dandan <dandan.bi@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c b/MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c
index ebb387fee5..7c27c73e23 100644
--- a/MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c
+++ b/MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c
@@ -1,4 +1,5 @@
-/*++
+/** @file
+ This file is purely empty as a work around for BaseStackCheck to pass MSVC build.
Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
@@ -9,10 +10,6 @@
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-Abstract:
-
- This file is purely empty as a work around for BaseStackCheck to pass MSVC build.
-
**/
extern int __BaseStackCheckNull;