]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/8254TimerDxe/Timer.c
PcAtChipsetPkg: Clean up source files
[mirror_edk2.git] / PcAtChipsetPkg / 8254TimerDxe / Timer.c
index 2cd888a12715b856a052160955aec905ee1015b7..60799aadd338bbce8607ec4a5d43a219b47bd5a3 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
   Timer Architectural Protocol as defined in the DXE CIS\r
 \r
-Copyright (c) 2005 - 2016, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
@@ -297,7 +297,7 @@ TimerDriverGenerateSoftInterrupt (
   EFI_STATUS  Status;\r
   UINT16      IRQMask;\r
   EFI_TPL     OriginalTPL;\r
-  \r
+\r
   //\r
   // If the timer interrupt is enabled, then the registered handler will be invoked.\r
   //\r
@@ -315,7 +315,7 @@ TimerDriverGenerateSoftInterrupt (
       //\r
       mTimerNotifyFunction (mTimerPeriod);\r
     }\r
-   \r
+\r
     gBS->RestoreTPL (OriginalTPL);\r
   } else {\r
     return EFI_UNSUPPORTED;\r