forked from mirrors/linux
		
	openvswitch: fix mis-ordered comment lines for ovs_skb_cb
I was trying to wrap my head around meaning of mru, and realised that the second line of the comment defining it had somehow ended up after the line defining cutlen, leading to much confusion. Reorder the lines to make sense. Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									bcdb9e8523
								
							
						
					
					
						commit
						52427fa063
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -98,8 +98,8 @@ struct datapath { | ||||||
|  * @input_vport: The original vport packet came in on. This value is cached |  * @input_vport: The original vport packet came in on. This value is cached | ||||||
|  * when a packet is received by OVS. |  * when a packet is received by OVS. | ||||||
|  * @mru: The maximum received fragement size; 0 if the packet is not |  * @mru: The maximum received fragement size; 0 if the packet is not | ||||||
|  * @cutlen: The number of bytes from the packet end to be removed. |  | ||||||
|  * fragmented. |  * fragmented. | ||||||
|  |  * @cutlen: The number of bytes from the packet end to be removed. | ||||||
|  */ |  */ | ||||||
| struct ovs_skb_cb { | struct ovs_skb_cb { | ||||||
| 	struct vport		*input_vport; | 	struct vport		*input_vport; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Daniel Axtens
						Daniel Axtens