]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/Flash/Flash.c
Update the copyright notice format
[mirror_edk2.git] / Omap35xxPkg / Flash / Flash.c
index c8c34c9a413da9112c7e3ae64bb7035cbdffb5a6..dfe99b01673581f5a8f80e3ec41a2448a800ec31 100644 (file)
@@ -1,8 +1,8 @@
 /** @file
 
-  Copyright (c) 2008-2009, Apple Inc. All rights reserved.
+  Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
   
-  All rights reserved. This program and the accompanying materials
+  This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD License
   which accompanies this distribution.  The full text of the license may be found at
   http://opensource.org/licenses/bsd-license.php
@@ -271,7 +271,7 @@ NandCalculateEcc (
 
   for (Index = 0; Index < gNum512BytesChunks; Index++) {
 
-    EccResult = MmioRead32(EccResultRegister);
+    EccResult = MmioRead32 (EccResultRegister);
 
     //Calculate ECC code from 32-bit ECC result value.
     //NOTE: Following calculation is not part of TRM. We got this information