mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-03 18:20:25 +02:00 
			
		
		
		
	maple_tree: correct comment for mas_start()
There's no mas->status of "mas_start", what the function is checking is whether mas->status equals to "ma_start". Correct the comment for the function. Link: https://lkml.kernel.org/r/20250209181023.228856-1-richard120310@gmail.com Signed-off-by: I Hsin Cheng <richard120310@gmail.com> Reviewed-by: Liam R. Howlett <howlett@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									6e80c0aaad
								
							
						
					
					
						commit
						67254c7d70
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1353,7 +1353,7 @@ static void mas_node_count(struct ma_state *mas, int count)
 | 
				
			||||||
 * mas_start() - Sets up maple state for operations.
 | 
					 * mas_start() - Sets up maple state for operations.
 | 
				
			||||||
 * @mas: The maple state.
 | 
					 * @mas: The maple state.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * If mas->status == mas_start, then set the min, max and depth to
 | 
					 * If mas->status == ma_start, then set the min, max and depth to
 | 
				
			||||||
 * defaults.
 | 
					 * defaults.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Return:
 | 
					 * Return:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue