Message ID | 20211118182621.1280983-1-keescook@chromium.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 61eb495c83bf6ebde490992bf888ca15b9babc39 |
Headers | show |
Series | pstore/blk: Use "%lu" to format unsigned long | expand |
Looks good,
Reviewed-by: Christoph Hellwig <hch@lst.de>
diff --git a/fs/pstore/blk.c b/fs/pstore/blk.c index 5d1fbaffd66a..4ae0cfcd15f2 100644 --- a/fs/pstore/blk.c +++ b/fs/pstore/blk.c @@ -309,7 +309,7 @@ static int __init __best_effort_init(void) if (ret) kfree(best_effort_dev); else - pr_info("attached %s (%zu) (no dedicated panic_write!)\n", + pr_info("attached %s (%lu) (no dedicated panic_write!)\n", blkdev, best_effort_dev->zone.total_size); return ret;