mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	lib: syscall: delete duplicated words
Drop the repeated word "the". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Link: https://lkml.kernel.org/r/20200823040514.26136-1-rdunlap@infradead.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									e0656501a6
								
							
						
					
					
						commit
						408a93a2bb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -44,7 +44,7 @@ static int collect_syscall(struct task_struct *target, struct syscall_info *info
 | 
				
			||||||
 *			 .data.instruction_pointer - filled with user PC
 | 
					 *			 .data.instruction_pointer - filled with user PC
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * If @target is blocked in a system call, returns zero with @info.data.nr
 | 
					 * If @target is blocked in a system call, returns zero with @info.data.nr
 | 
				
			||||||
 * set to the the call's number and @info.data.args filled in with its
 | 
					 * set to the call's number and @info.data.args filled in with its
 | 
				
			||||||
 * arguments. Registers not used for system call arguments may not be available
 | 
					 * arguments. Registers not used for system call arguments may not be available
 | 
				
			||||||
 * and it is not kosher to use &struct user_regset calls while the system
 | 
					 * and it is not kosher to use &struct user_regset calls while the system
 | 
				
			||||||
 * call is still in progress.  Note we may get this result if @target
 | 
					 * call is still in progress.  Note we may get this result if @target
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue