diff options
| author | Petr Mladek <pmladek@suse.com> | 2019-05-06 10:33:10 +0200 |
|---|---|---|
| committer | Petr Mladek <pmladek@suse.com> | 2019-05-06 10:33:10 +0200 |
| commit | 0f46c78391e1348fe45af86a0cd52795726695af (patch) | |
| tree | ee841bfa1178ce5be421c79bed73bb5e72b6d38e /lib/error-inject.c | |
| parent | Merge branch 'for-5.2-vsprintf-hardening' into for-linus (diff) | |
| parent | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively (diff) | |
| download | linux-0f46c78391e1348fe45af86a0cd52795726695af.tar.gz linux-0f46c78391e1348fe45af86a0cd52795726695af.zip | |
Merge branch 'for-5.2-pf-removal' into for-linus
Diffstat (limited to 'lib/error-inject.c')
| -rw-r--r-- | lib/error-inject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error-inject.c b/lib/error-inject.c index c0d4600f4896..aa63751c916f 100644 --- a/lib/error-inject.c +++ b/lib/error-inject.c @@ -189,7 +189,7 @@ static int ei_seq_show(struct seq_file *m, void *v) { struct ei_entry *ent = list_entry(v, struct ei_entry, list); - seq_printf(m, "%pf\t%s\n", (void *)ent->start_addr, + seq_printf(m, "%ps\t%s\n", (void *)ent->start_addr, error_type_string(ent->etype)); return 0; } |
