dma-debug: comment style fixes
authorJoerg Roedel <joerg.roedel@amd.com>
Mon, 8 Jun 2009 13:07:08 +0000 (15:07 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Mon, 8 Jun 2009 13:07:08 +0000 (15:07 +0200)
Last patch series introduced some new comment which does not fit the
Kernel comment style guidelines. Fix it with this patch.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
lib/dma-debug.c

index 77053d9ef513c3e69042084f6c80eba4b5911f02..b8a61ff085441abba6dff597b3a734a8fbcc2044 100644 (file)
@@ -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.
                 */
This page took 0.026347 seconds and 5 git commands to generate.