ipv4: fix checkpatch error with foo * bar
Signed-off-by: Weilong Chen <chenweilong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
					parent
					
						
							
								0c9a67d2ed
							
						
					
				
			
			
				commit
				
					
						d41db5af26
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -827,7 +827,7 @@ static int tcp_v4_send_synack(struct sock *sk, struct dst_entry *dst,
 | 
				
			||||||
	const struct inet_request_sock *ireq = inet_rsk(req);
 | 
						const struct inet_request_sock *ireq = inet_rsk(req);
 | 
				
			||||||
	struct flowi4 fl4;
 | 
						struct flowi4 fl4;
 | 
				
			||||||
	int err = -1;
 | 
						int err = -1;
 | 
				
			||||||
	struct sk_buff * skb;
 | 
						struct sk_buff *skb;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* First, grab a route. */
 | 
						/* First, grab a route. */
 | 
				
			||||||
	if (!dst && (dst = inet_csk_route_req(sk, &fl4, req)) == NULL)
 | 
						if (!dst && (dst = inet_csk_route_req(sk, &fl4, req)) == NULL)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue