Adding upstream version 1.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ac60c09ef6
commit
2066c5b305
305 changed files with 20664 additions and 6099 deletions
|
@ -32,7 +32,6 @@
|
|||
#include "nvme-print.h"
|
||||
#include "nvme-ioctl.h"
|
||||
#include "plugin.h"
|
||||
#include "json.h"
|
||||
|
||||
#include "argconfig.h"
|
||||
#include "suffix.h"
|
||||
|
@ -143,7 +142,7 @@ static void huawei_json_print_list_items(struct huawei_list_item *list_items,
|
|||
unsigned len)
|
||||
{
|
||||
struct json_object *root;
|
||||
struct json_array *devices;
|
||||
struct json_object *devices;
|
||||
struct json_object *device_attrs;
|
||||
char formatter[128] = { 0 };
|
||||
int index, i = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue