]> git.proxmox.com Git - mirror_edk2.git/commitdiff
clean up several unicode characters.
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Nov 2008 08:34:41 +0000 (08:34 +0000)
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Nov 2008 08:34:41 +0000 (08:34 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6625 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/SerialPortLib.h

index 1ab8e97adc5c30add67e21e03d56fefdfd20cceb..e6a55eefa43c238f2909d935aecf8b83788c0eed 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Provides three common serial I/O port functions.\r
+  This library class provides common serial I/O port functions.\r
 \r
 Copyright (c) 2006 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
@@ -54,8 +54,8 @@ SerialPortInitialize (
 UINTN\r
 EFIAPI\r
 SerialPortWrite (\r
-  IN UINT8        *Buffer,\r
-  IN UINTN        NumberOfBytes\r
+  IN UINT8     *Buffer,\r
+  IN UINTN     NumberOfBytes\r
   );\r
 \r
 \r
@@ -80,8 +80,8 @@ SerialPortWrite (
 UINTN\r
 EFIAPI\r
 SerialPortRead (\r
-  OUT UINT8    *Buffer,\r
-  IN  UINTN    NumberOfBytes\r
+  OUT UINT8   *Buffer,\r
+  IN  UINTN   NumberOfBytes\r
   );\r
 \r
 /**\r