Skip to content

Commit

Permalink
dma-debug: comment style fixes
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Joerg Roedel committed Jun 8, 2009
1 parent 62a6f46 commit 3123250
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/dma-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
*/
Expand Down

0 comments on commit 3123250

Please sign in to comment.