X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=FatPkg%2FEnhancedFatDxe%2FOpen.c;fp=FatPkg%2FEnhancedFatDxe%2FOpen.c;h=a64f8ff1f3cdb2ccfaba85ca836d0ce356f723c1;hp=7b273fe1b146a75a5006d8a94496fab3193111ad;hb=e38f26a2f7f62b69fec2d84e83bcc4b45ddefdc1;hpb=2c0dfe63fceb1976c3929a4661498fb0bfa8c225 diff --git a/FatPkg/EnhancedFatDxe/Open.c b/FatPkg/EnhancedFatDxe/Open.c index 7b273fe1b1..a64f8ff1f3 100644 --- a/FatPkg/EnhancedFatDxe/Open.c +++ b/FatPkg/EnhancedFatDxe/Open.c @@ -1,7 +1,7 @@ /** @file Routines dealing with file open. -Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.
+Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.
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 @@ -234,7 +234,7 @@ FatOpenEx ( } // - // Check for valid Attributes for file creation case. + // Check for valid Attributes for file creation case. // if (((OpenMode & EFI_FILE_MODE_CREATE) != 0) && (Attributes & (EFI_FILE_READ_ONLY | (~EFI_FILE_VALID_ATTR))) != 0) { return EFI_INVALID_PARAMETER;