Commit 25e9fa22 authored by Yixuan Cao's avatar Yixuan Cao Committed by Andrew Morton
Browse files

mm/kmemleak.c: fix a comment

parent 9b34a307
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1461,7 +1461,7 @@ static void scan_gray_list(void)
}
}


/*
/*
 * Conditionally call resched() in a object iteration loop while making sure
 * Conditionally call resched() in an object iteration loop while making sure
 * that the given object won't go away without RCU read lock by performing a
 * that the given object won't go away without RCU read lock by performing a
 * get_object() if !pinned.
 * get_object() if !pinned.
 *
 *