mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	tracing: Fix synth_event_add_val() kernel-doc comment
It's named field here. Link: https://lkml.kernel.org/r/20210516022410.64271-1-hqjagain@gmail.com Signed-off-by: Qiujun Huang <hqjagain@gmail.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
This commit is contained in:
		
							parent
							
								
									b7d5eb267f
								
							
						
					
					
						commit
						1d83c3a20b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1978,7 +1978,7 @@ EXPORT_SYMBOL_GPL(synth_event_add_next_val);
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * synth_event_add_val - Add a named field's value to an open synth trace
 | 
					 * synth_event_add_val - Add a named field's value to an open synth trace
 | 
				
			||||||
 * @field_name: The name of the synthetic event field value to set
 | 
					 * @field_name: The name of the synthetic event field value to set
 | 
				
			||||||
 * @val: The value to set the next field to
 | 
					 * @val: The value to set the named field to
 | 
				
			||||||
 * @trace_state: A pointer to object tracking the piecewise trace state
 | 
					 * @trace_state: A pointer to object tracking the piecewise trace state
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Set the value of the named field in an event that's been opened by
 | 
					 * Set the value of the named field in an event that's been opened by
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue