]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/ComponentName.c
Coding style modification.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaFloppyDxe / ComponentName.c
index be4bc969df1cbba6d7a870c8b5345aeeb4ad19fb..4f24f086f2187511907748e9cd7062c961c3f51f 100644 (file)
@@ -1,6 +1,5 @@
 /**@file\r
 \r
-  \r
 Copyright (c) 2006 - 2007, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -242,25 +241,17 @@ IsaFloppyComponentNameGetControllerName (
            );\r
 }\r
 \r
+/**\r
+  Add the component name for the floppy device\r
+\r
+  @param  FdcDev                 - A pointer to the FDC_BLK_IO_DEV instance.\r
+\r
+**/\r
 VOID\r
 AddName (\r
   IN  FDC_BLK_IO_DEV         *FdcDev\r
   )\r
-/*++\r
 \r
-  Routine Description:\r
-  \r
-    Add the component name for the floppy device\r
-\r
-  Arguments:\r
-  \r
-    FdcDev                 - A pointer to the FDC_BLK_IO_DEV instance.\r
-\r
-  Returns:\r
-\r
-    None\r
-    \r
---*/\r
 {\r
   CHAR16  FloppyDriveName[FLOPPY_DRIVE_NAME_ASCII_LEN + 1];\r
 \r
@@ -282,3 +273,4 @@ AddName (
     );\r
 \r
 }\r
+\r