mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	signal.c: fix erroneous syscall kernel-doc
Fix erroneous syscall kernel-doc comments in kernel/signal.c. Reported-by: Matt Fleming <matt@console-pimps.org> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									bb3c90f0de
								
							
						
					
					
						commit
						f9fa0bc1fa
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2711,8 +2711,8 @@ out: | |||
| /**
 | ||||
|  *  sys_rt_sigaction - alter an action taken by a process | ||||
|  *  @sig: signal to be sent | ||||
|  *  @act: the thread group ID of the thread | ||||
|  *  @oact: the PID of the thread | ||||
|  *  @act: new sigaction | ||||
|  *  @oact: used to save the previous sigaction | ||||
|  *  @sigsetsize: size of sigset_t type | ||||
|  */ | ||||
| SYSCALL_DEFINE4(rt_sigaction, int, sig, | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Randy Dunlap
						Randy Dunlap