From 0918c70264cc757451c12ed75c0f25e8b49fb72d Mon Sep 17 00:00:00 2001 From: Joerg Roedel Date: Mon, 8 Jun 2009 15:07:08 +0200 Subject: [PATCH] --- yaml --- r: 145933 b: refs/heads/master c: 312325094785566a0e42a88c1bf6e7eb54c5d70e h: refs/heads/master i: 145931: e3d1c0659d6563cbaf2f5b78eabf3ba7d1db538d v: v3 --- [refs] | 2 +- trunk/lib/dma-debug.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a7397018f7e4..3ce29238195f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 62a6f465f6572e1f28765c583c12753bb3e23715 +refs/heads/master: 312325094785566a0e42a88c1bf6e7eb54c5d70e diff --git a/trunk/lib/dma-debug.c b/trunk/lib/dma-debug.c index 77053d9ef513..b8a61ff08544 100644 --- a/trunk/lib/dma-debug.c +++ b/trunk/lib/dma-debug.c @@ -542,7 +542,8 @@ static ssize_t filter_write(struct file *file, const char __user *userbuf, write_lock_irqsave(&driver_name_lock, flags); - /* Now handle the string we got from userspace very carefully. + /* + * Now handle the string we got from userspace very carefully. * The rules are: * - only use the first token we got * - token delimiter is everything looking like a space @@ -551,7 +552,7 @@ static ssize_t filter_write(struct file *file, const char __user *userbuf, */ if (!isalnum(buf[0])) { /* - If the first character userspace gave us is not + * If the first character userspace gave us is not * alphanumerical then assume the filter should be * switched off. */