diff options
author | Jens Axboe <jaxboe@fusionio.com> | 2011-08-23 15:09:13 +0200 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-08-23 15:09:13 +0200 |
commit | 89c63a8ef36a621cb6790c1a56c737e6805ad8f4 (patch) | |
tree | 5ea04a45a3260e734871407d7840dca4bf56d850 /drivers/block/xen-blkback/common.h | |
parent | 65299a3b788bd274bed92f9fa3232082c9f3ea70 (diff) | |
parent | 1bc05b0ae6448b20d46076899e0cc12ad999e50e (diff) |
Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus
Diffstat (limited to 'drivers/block/xen-blkback/common.h')
-rw-r--r-- | drivers/block/xen-blkback/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/xen-blkback/common.h b/drivers/block/xen-blkback/common.h index 9e40b283a46..00c57c90e2d 100644 --- a/drivers/block/xen-blkback/common.h +++ b/drivers/block/xen-blkback/common.h @@ -46,7 +46,7 @@ #define DRV_PFX "xen-blkback:" #define DPRINTK(fmt, args...) \ - pr_debug(DRV_PFX "(%s:%d) " fmt ".\n", \ + pr_debug(DRV_PFX "(%s:%d) " fmt ".\n", \ __func__, __LINE__, ##args) |