Skip to content

Commit 97f4883

Browse files
committed
mi: fix unrleased section name
The prefix for the MI export symbols is LIBNVME_MI_. Fixes: 607df19 ("src: introduce unreleased export section") Signed-off-by: Daniel Wagner <[email protected]>
1 parent a4db8cf commit 97f4883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libnvme-mi.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: LGPL-2.1-or-later
2-
LIBNVME_UNRELEASED {
2+
LIBNVME_MI_UNRELEASED {
33
};
44

55
LIBNVME_MI_1_12 {

0 commit comments

Comments
 (0)