1
0
Fork 0

Merging upstream version 2.14.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-22 13:00:36 +02:00
parent 0d9181726f
commit f268303a51
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
572 changed files with 4636 additions and 1730 deletions

View file

@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include "nvme-print.h"
#include "util/logging.h"
#include "logging.h"
#include "common.h"
static struct print_ops binary_print_ops;
@ -435,6 +435,7 @@ static struct print_ops binary_print_ops = {
.show_perror = NULL,
.show_status = NULL,
.show_error_status = NULL,
.show_key_value = NULL,
};
struct print_ops *nvme_get_binary_print_ops(nvme_print_flags_t flags)