]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Library / Tpm12DeviceLibTcg / Tpm12DeviceLibTcg.c
index 6b793bf6be75298a771f6b8bc8d4ea3fcd3bd6d0..e119f8632067e1ba487edc256b67e0c2ddf1d708 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
-  Ihis library is TPM12 TCG protocol lib.\r
+  This library is TPM12 TCG protocol lib.\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 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
@@ -21,7 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/TcgService.h>\r
 #include <IndustryStandard/Tpm12.h>\r
 \r
-EFI_TCG_PROTOCOL  *mTcgProtocol = NULL; \r
+EFI_TCG_PROTOCOL  *mTcgProtocol = NULL;\r
 \r
 /**\r
   This service enables the sending of commands to the TPM12.\r
@@ -33,7 +33,7 @@ EFI_TCG_PROTOCOL  *mTcgProtocol = NULL;
 \r
   @retval EFI_SUCCESS            The command byte stream was successfully sent to the device and a response was successfully received.\r
   @retval EFI_DEVICE_ERROR       The command was not successfully sent to the device or a response was not successfully received from the device.\r
-  @retval EFI_BUFFER_TOO_SMALL   The output parameter block is too small. \r
+  @retval EFI_BUFFER_TOO_SMALL   The output parameter block is too small.\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r