sctp: fix the comment of sctp_sf_violation_paramlen()
Update the comment about sctp_sf_violation_paramlen() to be more precise. Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com> Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
					parent
					
						
							
								709d38714e
							
						
					
				
			
			
				commit
				
					
						33c7cfdbb0
					
				
			
		
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -4343,8 +4343,9 @@ static sctp_disposition_t sctp_sf_violation_chunklen(
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Handle a protocol violation when the parameter length is invalid.
 | 
					 * Handle a protocol violation when the parameter length is invalid.
 | 
				
			||||||
 * "Invalid" length is identified as smaller than the minimal length a
 | 
					 * If the length is smaller than the minimum length of a given parameter,
 | 
				
			||||||
 * given parameter can be.
 | 
					 * or accumulated length in multi parameters exceeds the end of the chunk,
 | 
				
			||||||
 | 
					 * the length is considered as invalid.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
static sctp_disposition_t sctp_sf_violation_paramlen(
 | 
					static sctp_disposition_t sctp_sf_violation_paramlen(
 | 
				
			||||||
				     const struct sctp_endpoint *ep,
 | 
									     const struct sctp_endpoint *ep,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue