]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFrameworkModulePkg/Csm: Refine coding style in comments
authorDandan Bi <dandan.bi@intel.com>
Thu, 19 Oct 2017 07:30:23 +0000 (15:30 +0800)
committerEric Dong <eric.dong@intel.com>
Tue, 24 Oct 2017 01:14:16 +0000 (09:14 +0800)
Make the comments follow Edk2 coding style:
1. Make the comments starts with /** and end with **/.
2. Make the comments descrition end with '.'

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/BiosKeyboard.c
IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBios.c
IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h

index d2224a20aaef3e172eb30eb08369e12bfd12e8a8..ebf03d30c1d448c94200a350f95789994782362b 100644 (file)
@@ -1733,8 +1733,8 @@ CheckKeyboardConnect (
 }\r
 \r
 /**\r
-   Disable NULL pointer detection\r
-*/\r
+  Disable NULL pointer detection.\r
+**/\r
 VOID\r
 DisableNullDetection (\r
   VOID\r
@@ -1780,8 +1780,8 @@ DisableNullDetection (
 }\r
 \r
 /**\r
-   Enable NULL pointer detection\r
-*/\r
+   Enable NULL pointer detection.\r
+**/\r
 VOID\r
 EnableNullDetection (\r
   VOID\r
index 3176a989f6385f928c3f8d07c97b1e5afcb658ea..e009999fbd922450e29505e96bd1142faf2f2e38 100644 (file)
@@ -794,8 +794,8 @@ ToggleEndOfDxeStatus (
 //\r
 \r
 /**\r
-   Enable NULL pointer detection\r
-*/\r
+   Enable NULL pointer detection.\r
+**/\r
 VOID\r
 EnableNullDetection (\r
   VOID\r
@@ -844,8 +844,8 @@ EnableNullDetection (
 }\r
 \r
 /**\r
-   Disable NULL pointer detection\r
-*/\r
+   Disable NULL pointer detection.\r
+**/\r
 VOID\r
 DisableNullDetection (\r
   VOID\r
index 20dfef3fec98af52d6887e043983c2e64d1cc6d7..86a3b09080916014316b38b76d750b2e1245423d 100644 (file)
@@ -1545,16 +1545,16 @@ LegacyBiosInstallVgaRom (
   );\r
 \r
 /**\r
-   Enable NULL pointer detection\r
-*/\r
+   Enable NULL pointer detection.\r
+**/\r
 VOID\r
 EnableNullDetection (\r
   VOID\r
   );\r
 \r
 /**\r
-   Disable NULL pointer detection\r
-*/\r
+   Disable NULL pointer detection.\r
+**/\r
 VOID\r
 DisableNullDetection (\r
   VOID\r