vhost: coding style fix
Drop a trailing whitespace. Make line shorter. Fixes: 76525114736e8 ("vhost: Only align sections for vhost-user") Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
aefcaf9d1b
commit
8347505640
@ -566,8 +566,8 @@ static void vhost_region_add_section(struct vhost_dev *dev,
|
||||
if (alignage) {
|
||||
mrs_size += mrs_page - alignage;
|
||||
}
|
||||
trace_vhost_region_add_section_aligned(section->mr->name, mrs_gpa, mrs_size,
|
||||
mrs_host);
|
||||
trace_vhost_region_add_section_aligned(section->mr->name, mrs_gpa,
|
||||
mrs_size, mrs_host);
|
||||
}
|
||||
|
||||
if (dev->n_tmp_sections) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user