]> git.baikalelectronics.ru Git - kernel.git/commit
xen-scsiback: define a pr_fmt macro with xen-pvscsi
authorTao Chen <boby.chen@huawei.com>
Tue, 10 Mar 2015 20:49:18 +0000 (20:49 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Mon, 16 Mar 2015 14:49:15 +0000 (14:49 +0000)
commit90491f8ee415e2124a15a72d2070ae6897e12da8
tree87fd5d3b2f49a238625da58ef3f46db473431390
parentde2ad168188f6bee31eaf101aa6cfbe48a0e806d
xen-scsiback: define a pr_fmt macro with xen-pvscsi

Add the {xen-pvscsi: } prefix in pr_fmt and remove DPRINTK, then
replace all DPRINTK with pr_debug.

Also fixed up some comments just as eliminate redundant whitespace
and format the code.

These will make the code easier to read.

Signed-off-by: Tao Chen <boby.chen@huawei.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
drivers/xen/xen-scsiback.c