]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/XenBusDxe/XenStore.h
OvmfPkg/XenBusDxe: replace MIT license text with SPDX ID
[mirror_edk2.git] / OvmfPkg / XenBusDxe / XenStore.h
index de5690119e835d38a115673a3e7bb7b40d473ef1..effaad73367d32f8f93226b569bda880a0588407 100644 (file)
@@ -9,23 +9,7 @@
   This file may be distributed separately from the Linux kernel, or\r
   incorporated into other software packages, subject to the following license:\r
 \r
-  Permission is hereby granted, free of charge, to any person obtaining a copy\r
-  of this source file (the "Software"), to deal in the Software without\r
-  restriction, including without limitation the rights to use, copy, modify,\r
-  merge, publish, distribute, sublicense, and/or sell copies of the Software,\r
-  and to permit persons to whom the Software is furnished to do so, subject to\r
-  the following conditions:\r
-\r
-  The above copyright notice and this permission notice shall be included in\r
-  all copies or substantial portions of the Software.\r
-\r
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r
-  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r
-  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\r
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\r
-  IN THE SOFTWARE.\r
+  SPDX-License-Identifier: MIT\r
 **/\r
 \r
 #ifndef _XEN_XENSTORE_XENSTOREVAR_H\r
@@ -209,6 +193,7 @@ XenStoreSPrint (
            indicating the type of write failure.\r
 **/\r
 XENSTORE_STATUS\r
+EFIAPI\r
 XenStoreVSPrint (\r
   IN CONST XENSTORE_TRANSACTION *Transaction,\r
   IN CONST CHAR8           *DirectoryPath,\r
@@ -229,7 +214,7 @@ XenStoreVSPrint (
 \r
   @return  On success, XENSTORE_STATUS_SUCCESS. Otherwise an errno value\r
            indicating the type of write failure.  EEXIST errors from the\r
-           XenStore are supressed, allowing multiple, physically different,\r
+           XenStore are suppressed, allowing multiple, physically different,\r
            xenbus_watch objects, to watch the same path in the XenStore.\r
 **/\r
 XENSTORE_STATUS\r