diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2009-06-08 09:07:08 -0400 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2009-06-08 09:07:08 -0400 |
commit | 312325094785566a0e42a88c1bf6e7eb54c5d70e (patch) | |
tree | 6d1b2bc561e4440c871d2d893edfc60f9ed06285 /lib/dma-debug.c | |
parent | 62a6f465f6572e1f28765c583c12753bb3e23715 (diff) |
dma-debug: comment style fixes
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>
Diffstat (limited to 'lib/dma-debug.c')
-rw-r--r-- | lib/dma-debug.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/dma-debug.c b/lib/dma-debug.c index 77053d9ef513..b8a61ff08544 100644 --- a/lib/dma-debug.c +++ b/lib/dma-debug.c | |||
@@ -542,7 +542,8 @@ static ssize_t filter_write(struct file *file, const char __user *userbuf, | |||
542 | 542 | ||
543 | write_lock_irqsave(&driver_name_lock, flags); | 543 | write_lock_irqsave(&driver_name_lock, flags); |
544 | 544 | ||
545 | /* Now handle the string we got from userspace very carefully. | 545 | /* |
546 | * Now handle the string we got from userspace very carefully. | ||
546 | * The rules are: | 547 | * The rules are: |
547 | * - only use the first token we got | 548 | * - only use the first token we got |
548 | * - token delimiter is everything looking like a space | 549 | * - token delimiter is everything looking like a space |
@@ -551,7 +552,7 @@ static ssize_t filter_write(struct file *file, const char __user *userbuf, | |||
551 | */ | 552 | */ |
552 | if (!isalnum(buf[0])) { | 553 | if (!isalnum(buf[0])) { |
553 | /* | 554 | /* |
554 | If the first character userspace gave us is not | 555 | * If the first character userspace gave us is not |
555 | * alphanumerical then assume the filter should be | 556 | * alphanumerical then assume the filter should be |
556 | * switched off. | 557 | * switched off. |
557 | */ | 558 | */ |