xen-netback: Trivial format string fix
There is a "%" after pending_idx instead of ":". Signed-off-by: Zoltan Kiss <zoltan.kiss@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
					parent
					
						
							
								65e71ff342
							
						
					
				
			
			
				commit
				
					
						00aefceb2f
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -956,7 +956,7 @@ static int xenvif_tx_check_gop(struct xenvif *vif, | |||
| 	if (unlikely(err)) { | ||||
| 		if (net_ratelimit()) | ||||
| 			netdev_dbg(vif->dev, | ||||
| 				   "Grant copy of header failed! status: %d pending_idx% %u ref: %u\n", | ||||
| 				   "Grant copy of header failed! status: %d pending_idx: %u ref: %u\n", | ||||
| 				   (*gopp_copy)->status, | ||||
| 				   pending_idx, | ||||
| 				   (*gopp_copy)->source.u.ref); | ||||
|  | @ -985,7 +985,7 @@ check_frags: | |||
| 		/* Error on this fragment: respond to client with an error. */ | ||||
| 		if (net_ratelimit()) | ||||
| 			netdev_dbg(vif->dev, | ||||
| 				   "Grant map of %d. frag failed! status: %d pending_idx% %u ref: %u\n", | ||||
| 				   "Grant map of %d. frag failed! status: %d pending_idx: %u ref: %u\n", | ||||
| 				   i, | ||||
| 				   gop_map->status, | ||||
| 				   pending_idx, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Zoltan Kiss
				Zoltan Kiss