]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c
Coding style modification.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseDxe / Ps2Mouse.c
index e50018059749c9bf518c3f89f2a9be97a1e8ca75..53ce99e6ab0e37c29ca908f915b5c29393260e6a 100644 (file)
@@ -35,7 +35,7 @@ PS2MouseDriverSupported (
   IN EFI_HANDLE                     Controller,\r
   IN EFI_DEVICE_PATH_PROTOCOL       *RemainingDevicePath\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -45,7 +45,7 @@ Arguments:
 \r
 Returns:\r
 \r
---*/\r
+**/\r
 // GC_TODO:    This - add argument and description to function comment\r
 // GC_TODO:    Controller - add argument and description to function comment\r
 // GC_TODO:    RemainingDevicePath - add argument and description to function comment\r
@@ -115,7 +115,7 @@ PS2MouseDriverStart (
   IN EFI_HANDLE                     Controller,\r
   IN EFI_DEVICE_PATH_PROTOCOL       *RemainingDevicePath\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
     Start protocol interfaces for the mouse device handles.\r
@@ -129,7 +129,7 @@ Returns:
     EFI_SUCCESS             - This driver is added to DeviceHandle.\r
     other                               - Errors occurred.\r
 \r
---*/\r
+**/\r
 {\r
   EFI_STATUS                          Status;\r
   EFI_STATUS                          EmptyStatus;\r
@@ -390,7 +390,7 @@ PS2MouseDriverStop (
   IN UINTN                          NumberOfChildren,\r
   IN EFI_HANDLE                     *ChildHandleBuffer\r
   )\r
-/*++\r
+/**\r
 \r
   Routine Description:\r
 \r
@@ -398,7 +398,7 @@ PS2MouseDriverStop (
 \r
   Returns:\r
 \r
---*/\r
+**/\r
 // GC_TODO:    This - add argument and description to function comment\r
 // GC_TODO:    Controller - add argument and description to function comment\r
 // GC_TODO:    NumberOfChildren - add argument and description to function comment\r
@@ -489,7 +489,7 @@ MouseReset (
   IN EFI_SIMPLE_POINTER_PROTOCOL    *This,\r
   IN BOOLEAN                        ExtendedVerification\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -505,7 +505,7 @@ Returns:
  EFI_SUCCESS         - The command byte is written successfully.\r
  EFI_DEVICE_ERROR    - Errors occurred during reseting keyboard.\r
 \r
---*/\r
+**/\r
 {\r
   EFI_STATUS    Status;\r
   PS2_MOUSE_DEV *MouseDev;\r
@@ -609,7 +609,7 @@ BOOLEAN
 CheckMouseConnect (\r
   IN  PS2_MOUSE_DEV     *MouseDev\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -624,7 +624,7 @@ Returns:
   TRUE                - Keyboard in System.\r
   FALSE               - Keyboard not in System.\r
 \r
---*/\r
+**/\r
 {\r
   EFI_STATUS     Status;\r
 \r
@@ -642,7 +642,7 @@ MouseGetState (
   IN EFI_SIMPLE_POINTER_PROTOCOL    *This,\r
   IN OUT EFI_SIMPLE_POINTER_STATE   *State\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -659,7 +659,7 @@ Returns:
   EFI_NOT_READY - GC_TODO: Add description for return value\r
   EFI_SUCCESS - GC_TODO: Add description for return value\r
 \r
---*/\r
+**/\r
 {\r
   PS2_MOUSE_DEV *MouseDev;\r
   EFI_TPL       OldTpl;\r
@@ -695,7 +695,7 @@ MouseWaitForInput (
   IN  EFI_EVENT               Event,\r
   IN  VOID                    *Context\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -706,7 +706,7 @@ Arguments:
 \r
 Returns:\r
 \r
---*/\r
+**/\r
 // GC_TODO:    Event - add argument and description to function comment\r
 // GC_TODO:    Context - add argument and description to function comment\r
 {\r
@@ -730,7 +730,7 @@ PollMouse (
   IN EFI_EVENT  Event,\r
   IN VOID       *Context\r
   )\r
-/*++\r
+/**\r
 \r
 Routine Description:\r
 \r
@@ -746,7 +746,7 @@ Returns:
 \r
   None\r
 \r
---*/\r
+**/\r
 {\r
   PS2_MOUSE_DEV *MouseDev;\r
 \r