summaryrefslogtreecommitdiff
path: root/drivers/staging/sep/sep_crypto.c
diff options
context:
space:
mode:
authorAdnan Ali <adnan.ali@codethink.co.uk>2012-05-28 20:11:29 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-12 21:34:47 +0400
commit2e0bec91399bab115d2a3a60288ce94a977f49c1 (patch)
treeefef26ea9b34129f22e7aacd936c6db7744c39bc /drivers/staging/sep/sep_crypto.c
parent1caba565e13a867107ca78a316d6076c7b6a740c (diff)
downloadlinux-2e0bec91399bab115d2a3a60288ce94a977f49c1.tar.xz
Staging: sep: fix coding style issues
This commit fixes coding style issues related to string split across the lines and space before tab at start of line. Signed-off-by: Adnan Ali <adnan.ali@codethink.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sep/sep_crypto.c')
-rw-r--r--drivers/staging/sep/sep_crypto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/sep/sep_crypto.c b/drivers/staging/sep/sep_crypto.c
index 1cc790e9fa07..9fd9da84428e 100644
--- a/drivers/staging/sep/sep_crypto.c
+++ b/drivers/staging/sep/sep_crypto.c
@@ -1095,8 +1095,8 @@ static int sep_crypto_take_sep(struct this_task_ctx *ta_ctx)
current->comm, sizeof(current->comm));
if (!ta_ctx->queue_elem) {
- dev_dbg(&sep->pdev->dev, "[PID%d] updating queue"
- " status error\n", current->pid);
+ dev_dbg(&sep->pdev->dev,
+ "[PID%d] updating queue status error\n", current->pid);
return -EINVAL;
}