commit | c6e21e1683c2508a2b23588e1fc2e7bf6fc2549e | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Tue Jun 28 14:57:10 2005 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Jul 01 13:35:51 2005 -0700 |
tree | 17e925938d956a3eb17aa59ce0d3add0957906e1 | |
parent | 5823d100ae260d022b4dd5ec9cc0b85f0bf0d646 [diff] |
[PATCH] PCI: Remove newline from pci MODALIAS variable the pci core sends out a hotplug event variable MODALIAS with a trailing newline. This is inconsistent with all other event variables and breaks some hotplug tools. This patch removes the said newline. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>