summaryrefslogtreecommitdiffstats
path: root/cryptodev_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'cryptodev_int.h')
-rw-r--r--cryptodev_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptodev_int.h b/cryptodev_int.h
index 19cd6a3..bad332c 100644
--- a/cryptodev_int.h
+++ b/cryptodev_int.h
@@ -14,7 +14,7 @@
#define PFX "cryptodev: "
#define dprintk(level,severity,format,a...) \
- do { \
+ do { \
if (level <= cryptodev_verbosity) \
printk(severity PFX "%s[%u]: " format, \
current->comm, current->pid, \