From: Tao Chen Date: Wed, 1 Apr 2015 15:04:22 +0000 (+0000) Subject: xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFX X-Git-Tag: omap-for-v4.1/fixes-rc1~118^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77387b82d1b2bada25a7b566ab7716408fedc5e9;p=pandora-kernel.git 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 Signed-off-by: Konrad Rzeszutek Wilk Acked-by: Roger Pau Monné --- Reading git-diff-tree failed