diff options
Diffstat (limited to 'drivers/block/xen-blkback/common.h')
-rw-r--r-- | drivers/block/xen-blkback/common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/block/xen-blkback/common.h b/drivers/block/xen-blkback/common.h index e37dcf7f6b8e..46e5d0630440 100644 --- a/drivers/block/xen-blkback/common.h +++ b/drivers/block/xen-blkback/common.h | |||
@@ -42,9 +42,9 @@ | |||
42 | #include <xen/grant_table.h> | 42 | #include <xen/grant_table.h> |
43 | #include <xen/xenbus.h> | 43 | #include <xen/xenbus.h> |
44 | 44 | ||
45 | #define DPRINTK(_f, _a...) \ | 45 | #define DPRINTK(fmt, args...) \ |
46 | pr_debug("(file=%s, line=%d) " _f, \ | 46 | pr_debug("xen-blkback: (%s:%d) " fmt ".\n", \ |
47 | __FILE__ , __LINE__ , ## _a) | 47 | __func__, __LINE__, ##args) |
48 | 48 | ||
49 | struct vbd { | 49 | struct vbd { |
50 | /* What the domain refers to this vbd as. */ | 50 | /* What the domain refers to this vbd as. */ |