We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f0f22 commit 865288fCopy full SHA for 865288f
src/sys/vfs/vfs_main.C
@@ -5,8 +5,9 @@
5
/* */
6
/* OpenPOWER HostBoot Project */
7
8
-/* Contributors Listed Below - COPYRIGHT 2010,2020 */
+/* Contributors Listed Below - COPYRIGHT 2010,2021 */
9
/* [+] International Business Machines Corp. */
10
+/* [+] dongshijiang */
11
12
13
/* Licensed under the Apache License, Version 2.0 (the "License"); */
@@ -43,7 +44,7 @@ const char* VFS_ROOT_MSG_MCTP_IN = "/msg/mctpin";
43
44
const char* VFS_ROOT_MSG_MCTP_OUT = "/msg/mctpout";
45
const char* VFS_ROOT_MSG_PLDM_REQ_IN = "/msg/pldmreqin";
46
const char* VFS_ROOT_MSG_PLDM_RSP_IN = "/msg/pldmrspin";
-const char* VFS_ROOT_MSG_PLDM_REQ_OUT= "/msg/pldrreqout";
47
+const char* VFS_ROOT_MSG_PLDM_REQ_OUT= "/msg/pldmreqout";
48
49
void vfs_module_init();
50
0 commit comments