mirror of
				https://review.coreboot.org/flashrom.git
				synced 2025-11-04 07:00:39 +01:00 
			
		
		
		
	writeprotect: Add line-break after each spew message
				
					
				
			Signed-off-by: Nico Huber <nico.h@gmx.de> Change-Id: I3131ff0e3fa4f9e949ce2e8d2d0a9c862a15e1cd Reviewed-on: https://review.coreboot.org/c/flashrom/+/64745 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Thomas Heijligen <src@posteo.de> Reviewed-by: Nikolai Artemiev <nartemiev@google.com>
This commit is contained in:
		
				
					committed by
					
						
						Thomas Heijligen
					
				
			
			
				
	
			
			
			
						parent
						
							41337be92b
						
					
				
				
					commit
					c2f7fc6e30
				
			@@ -289,7 +289,7 @@ static enum flashrom_wp_result get_ranges_and_wp_bits(struct flashctx *flash, st
 | 
				
			|||||||
			size_t j = bits.bp_bit_count - i - 1;
 | 
								size_t j = bits.bp_bit_count - i - 1;
 | 
				
			||||||
			msg_gspew("BP%zu=%u ", j, bits.bp[j]);
 | 
								msg_gspew("BP%zu=%u ", j, bits.bp[j]);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		msg_gspew(" start=0x%08zx length=0x%08zx ",
 | 
							msg_gspew(" start=0x%08zx length=0x%08zx\n",
 | 
				
			||||||
			  output->range.start, output->range.len);
 | 
								  output->range.start, output->range.len);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user