cpu/amd/pi/00730F01/update_microcode.c: Fix some white spaces issues
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I420b9506381758c63b88435a915672507e8bc465 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65901 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Martin L Roth
					
				
			
			
				
	
			
			
			
						parent
						
							68fc51faf2
						
					
				
				
					commit
					644a67c116
				
			@@ -63,7 +63,7 @@ struct microcode {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	uint8_t reserved2[4];
 | 
						uint8_t reserved2[4];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	uint8_t m_patch_data[F16H_MPB_MAX_SIZE-F16H_MPB_DATA_OFFSET];
 | 
						uint8_t m_patch_data[F16H_MPB_MAX_SIZE - F16H_MPB_DATA_OFFSET];
 | 
				
			||||||
} __packed;
 | 
					} __packed;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void apply_microcode_patch(const struct microcode *m)
 | 
					static void apply_microcode_patch(const struct microcode *m)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user