Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145933
b: refs/heads/master
c: 3123250
h: refs/heads/master
i:
  145931: e3d1c06
v: v3
  • Loading branch information
Joerg Roedel committed Jun 8, 2009
1 parent 7a2868f commit 0918c70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 62a6f465f6572e1f28765c583c12753bb3e23715
refs/heads/master: 312325094785566a0e42a88c1bf6e7eb54c5d70e
5 changes: 3 additions & 2 deletions trunk/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 0918c70

Please sign in to comment.