blockdev: Put space after comma in error message
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
		
							parent
							
								
									dd3d677512
								
							
						
					
					
						commit
						e4080f9bec
					
				@ -293,7 +293,7 @@ DriveInfo *drive_init(QemuOpts *opts, int default_to_scsi)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    if ((buf = qemu_opt_get(opts, "trans")) != NULL) {
 | 
					    if ((buf = qemu_opt_get(opts, "trans")) != NULL) {
 | 
				
			||||||
        if (!cyls) {
 | 
					        if (!cyls) {
 | 
				
			||||||
            error_report("'%s' trans must be used with cyls,heads and secs",
 | 
					            error_report("'%s' trans must be used with cyls, heads and secs",
 | 
				
			||||||
                         buf);
 | 
					                         buf);
 | 
				
			||||||
            return NULL;
 | 
					            return NULL;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user