Whitespace-only change: fixed an error reported by checkpatch.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@942 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-07-09 07:00:57 +00:00
parent 901e476100
commit 3a369e462d
+1 -1
View File
@@ -109,7 +109,7 @@
rcu_read_lock();
- start = radix_tree_next_hole(&mapping->page_tree, offset,max+1);
+ start = radix_tree_next_hole(&mapping->page_tree, offset+1,max);
+ start = radix_tree_next_hole(&mapping->page_tree, offset+1, max);
rcu_read_unlock();
if (!start || start - offset > max)