linux_dsm_epyc7002/drivers/block/xen-blkback
Tao Chen 77387b82d1 xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFX
Define pr_fmt macro with {xen-blkback: } prefix, then remove all use
of DRV_PFX in the pr sentences. Replace all DPRINTK with pr sentences,
and get rid of DPRINTK macro. It will simplify the code.

And if the pr sentences miss a \n, add it in the end. If the DPRINTK
sentences have redundant \n, remove it. It will format the code.

These all make the readability of the code become better.

Signed-off-by: Tao Chen <boby.chen@huawei.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
2015-04-07 10:32:43 -04:00
..
blkback.c xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFX 2015-04-07 10:32:43 -04:00
common.h xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFX 2015-04-07 10:32:43 -04:00
Makefile xen/blkback: Squash vbd.c,interface.c in blkback.c and xenbus.c respectivly. 2011-04-20 11:57:59 -04:00
xenbus.c xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFX 2015-04-07 10:32:43 -04:00