Merging upstream version 2.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0d9181726f
commit
f268303a51
572 changed files with 4636 additions and 1730 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue