Re: [libvirt] [PATCH 26/32] udevProcessStorage: trim all whitespace from model and vendor

2016-06-06 Thread Peter Krempa
On Mon, Jun 06, 2016 at 11:02:03 +0200, Ján Tomko wrote: > Use virTrimSpaces instead of a custom implementation. > --- > src/node_device/node_device_udev.c | 21 + > 1 file changed, 5 insertions(+), 16 deletions(-) ACK -- libvir-list mailing list libvir-list@redhat.com https:

[libvirt] [PATCH 26/32] udevProcessStorage: trim all whitespace from model and vendor

2016-06-06 Thread Ján Tomko
Use virTrimSpaces instead of a custom implementation. --- src/node_device/node_device_udev.c | 21 + 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/src/node_device/node_device_udev.c b/src/node_device/node_device_udev.c index 8307b80..893c782 100644 --- a/src/n