aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorYu Kuai <[email protected]>2022-05-21 15:37:49 +0800
committerJens Axboe <[email protected]>2022-05-27 20:39:33 -0600
commit1243172d5894e2d8f277ee3c278180792de5c521 (patch)
tree02e6906ec79b0db2aa8be0926468f51f62a5cbe2 /tools/perf/scripts/python/export-to-postgresql.py
parent858f1bf65d3d9c00b5e2d8ca87dc79ed88267c98 (diff)
nbd: use pr_err to output error message
Instead of using the long printk(KERN_ERR "nbd: ...") to output error message, defining pr_fmt and using the short pr_err("") to do that. The replacemen is done by using the following command: sed -i 's/printk(KERN_ERR "nbd: /pr_err("/g' \ drivers/block/nbd.c This patch also rewrap to 80 columns where possible. Signed-off-by: Hou Tao <[email protected]> Signed-off-by: Yu Kuai <[email protected]> Reviewed-by: Josef Bacik <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions