mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user