realtek: eth: Fix missing end of comment marker
Because this comment is followed by another comment, nothing luckily breaks, so only a cosmetic change. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
This commit is contained in:
		 Olliver Schinagl
					Olliver Schinagl
				
			
				
					committed by
					
						 Sander Vanheule
						Sander Vanheule
					
				
			
			
				
	
			
			
			 Sander Vanheule
						Sander Vanheule
					
				
			
						parent
						
							36076b5a40
						
					
				
				
					commit
					7f5edeb8bd
				
			| @@ -862,7 +862,7 @@ static void rtl839x_setup_notify_ring_buffer(struct rtl838x_eth_priv *priv) | |||||||
|  |  | ||||||
| 	/* Setup notification events */ | 	/* Setup notification events */ | ||||||
| 	sw_w32_mask(0, 1 << 14, RTL839X_L2_CTRL_0); /* RTL8390_L2_CTRL_0_FLUSH_NOTIFY_EN */ | 	sw_w32_mask(0, 1 << 14, RTL839X_L2_CTRL_0); /* RTL8390_L2_CTRL_0_FLUSH_NOTIFY_EN */ | ||||||
| 	sw_w32_mask(0, 1 << 12, RTL839X_L2_NOTIFICATION_CTRL); /* SUSPEND_NOTIFICATION_EN | 	sw_w32_mask(0, 1 << 12, RTL839X_L2_NOTIFICATION_CTRL); /* SUSPEND_NOTIFICATION_EN */ | ||||||
|  |  | ||||||
| 	/* Enable Notification */ | 	/* Enable Notification */ | ||||||
| 	sw_w32_mask(0, 1 << 0, RTL839X_L2_NOTIFICATION_CTRL); | 	sw_w32_mask(0, 1 << 0, RTL839X_L2_NOTIFICATION_CTRL); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user