]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/Open.c
FatPkg: Clean up source files
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / Open.c
index 7b273fe1b146a75a5006d8a94496fab3193111ad..a64f8ff1f3cdb2ccfaba85ca836d0ce356f723c1 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Routines dealing with file open.\r
 \r
-Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available\r
 under the terms and conditions of the BSD License which accompanies this\r
 distribution. The full text of the license may be found at\r
@@ -234,7 +234,7 @@ FatOpenEx (
   }\r
 \r
   //\r
-  // Check for valid Attributes for file creation case. \r
+  // Check for valid Attributes for file creation case.\r
   //\r
   if (((OpenMode & EFI_FILE_MODE_CREATE) != 0) && (Attributes & (EFI_FILE_READ_ONLY | (~EFI_FILE_VALID_ATTR))) != 0) {\r
     return EFI_INVALID_PARAMETER;\r