Re: [PATCH] virtio: fix format of sysfs driver/vendor files

2010-11-10 Thread Rusty Russell
On Wed, 10 Nov 2010 04:50:29 pm Stephen Hemminger wrote: The sysfs files for virtio produce the wrong format and are missing the required newline. The output for virtio bus vendor/device should have the same format as the corresponding entries for PCI devices. Although this technically

[PATCH] virtio: fix format of sysfs driver/vendor files

2010-11-09 Thread Stephen Hemminger
The sysfs files for virtio produce the wrong format and are missing the required newline. The output for virtio bus vendor/device should have the same format as the corresponding entries for PCI devices. Although this technically changes the ABI for sysfs, these files were broken to start with!