summaryrefslogtreecommitdiffstats
path: root/cryptodev_int.h
diff options
context:
space:
mode:
authorPhil Sutter <phil.sutter@viprinet.com>2010-06-15 18:24:16 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-16 12:14:19 +0200
commit87e8dbad0ea89d6b95542cd380f27015c2cc9dea (patch)
tree68b7899985a82d44267074f90caf8339335a0960 /cryptodev_int.h
parent3f9fef758f04527c063156ed039f61ac575bf379 (diff)
downloadcryptodev-linux-87e8dbad0ea89d6b95542cd380f27015c2cc9dea.tar.gz
cryptodev-linux-87e8dbad0ea89d6b95542cd380f27015c2cc9dea.tar.xz
cryptodev-linux-87e8dbad0ea89d6b95542cd380f27015c2cc9dea.zip
whitespace cleanup
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, \