]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/Tpm12CommandLib/Tpm12NvStorage.c
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Library / Tpm12CommandLib / Tpm12NvStorage.c
index e176b00f6bc8f78c2156864637e2fd9a736747aa..40bc2c37118ab0105cfb95b64028262425c88a8a 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Implement TPM1.2 NV storage related command.\r
 \r
-Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved. <BR>\r
 (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -58,7 +58,7 @@ typedef struct {
 \r
 /**\r
   Send NV DefineSpace command to TPM1.2.\r
-  \r
+\r
   @param PubInfo           The public parameters of the NV area.\r
   @param EncAuth           The encrypted AuthData, only valid if the attributes require subsequent authorization.\r
 \r
@@ -180,7 +180,7 @@ Tpm12NvReadValue (
 \r
 /**\r
   Send NV WriteValue command to TPM1.2.\r
-  \r
+\r
   @param NvIndex           The index of the area to set.\r
   @param Offset            The offset into the NV Area.\r
   @param DataSize          The size of the data parameter.\r