commit | be6528b2e58d92ef2ffed6f130e2d42bb85dbf29 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Tue Nov 09 22:20:29 2010 -0800 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Nov 24 15:21:12 2010 +1030 |
tree | b16de122d65f8f2891748e76f94bc117dfaaa396 | |
parent | 22e132ff2645aab1e1a25c45e9544a39ae1dc106 [diff] |
virtio: fix format of sysfs driver/vendor files 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! Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>