On Fri, Dec 13, 2024 at 16:41:25 +0300, Alexander Kuznetsov wrote: > 13.12.2024 16:32, Jiri Denemark wrote: > >> @@ -214,7 +212,7 @@ virSCSIVHostDeviceGetUsedBy(virSCSIVHostDevice *dev, > >> { > >> *drv_name = dev->used_by_drvname; > >> *dom_name = dev->used_by_domname; > >> - } > >> +} > > This is completely unrelated to what this patch is doing. > Yes, I just wanted to fix this small cosmetic thing, but I thought it was too > small for a separate patch. Should it be taken out separately, > or left until possible changes in the affected function? I think I would just leave it for future changes in this function. Jirka