projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9dc98c
)
pstore: align table
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 25 Jan 2024 17:34:08 +0000
(18:34 +0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 30 Jan 2024 09:11:30 +0000
(10:11 +0100)
src/pstore/pstore.c
patch
|
blob
|
history
diff --git
a/src/pstore/pstore.c
b/src/pstore/pstore.c
index 8f32a0a2ae152bca07a0be246185d1108fb9eec0..835348f90e27579ff1092f15a921befeadc362bf 100644
(file)
--- a/
src/pstore/pstore.c
+++ b/
src/pstore/pstore.c
@@
-56,9
+56,9
@@
typedef enum PStoreStorage {
} PStoreStorage;
static const char* const pstore_storage_table[_PSTORE_STORAGE_MAX] = {
- [PSTORE_STORAGE_NONE] = "none",
+ [PSTORE_STORAGE_NONE]
= "none",
[PSTORE_STORAGE_EXTERNAL] = "external",
- [PSTORE_STORAGE_JOURNAL] = "journal",
+ [PSTORE_STORAGE_JOURNAL]
= "journal",
};
DEFINE_PRIVATE_STRING_TABLE_LOOKUP(pstore_storage, PStoreStorage);
@@
-279,6
+279,7
@@
static int process_dmesg_files(PStoreList *list) {
} else
log_debug("Unknown backend, ignoring \"%s\".", pe->dirent.d_name);
}
+
return 0;
}