Whitespace-only change -- fixed the following checkpatch error:

ERROR: space required after that ',' (ctx:VxV).


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1043 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-08-13 12:06:04 +00:00
parent fdfb159727
commit b9b9ab44f5

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)