aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-09-26 19:41:00 +0000
committerWarner Losh <imp@FreeBSD.org>2018-09-26 19:41:00 +0000
commitb28589287b04bc1003c5ec70336a5d5f90736001 (patch)
treeaf114b8aa0103c1f8910c560426a25b5af32ab59 /sys/dev
parentd51abd5fe12cb7a345ea94bd70f38be24f655d90 (diff)
downloadsrc-b28589287b04bc1003c5ec70336a5d5f90736001.tar.gz
src-b28589287b04bc1003c5ec70336a5d5f90736001.zip
Remove bogus spaces.
Spaces aren't allowed in these strings. Approved by: re@ (glen)
Notes
Notes: svn path=/head/; revision=338951
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pcn/if_pcn.c2
-rw-r--r--sys/dev/ral/if_ral_pci.c2
-rw-r--r--sys/dev/rl/if_rl.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pcn/if_pcn.c b/sys/dev/pcn/if_pcn.c
index 81fb763c18b6..0e91df03ea18 100644
--- a/sys/dev/pcn/if_pcn.c
+++ b/sys/dev/pcn/if_pcn.c
@@ -193,7 +193,7 @@ static driver_t pcn_driver = {
static devclass_t pcn_devclass;
DRIVER_MODULE(pcn, pci, pcn_driver, pcn_devclass, 0, 0);
-MODULE_PNP_INFO("U16:vendor; U16:device", pci, pcn, pcn_devs,
+MODULE_PNP_INFO("U16:vendor;U16:device", pci, pcn, pcn_devs,
nitems(pcn_devs) - 1);
DRIVER_MODULE(miibus, pcn, miibus_driver, miibus_devclass, 0, 0);
diff --git a/sys/dev/ral/if_ral_pci.c b/sys/dev/ral/if_ral_pci.c
index bcf9df033289..41e81d573536 100644
--- a/sys/dev/ral/if_ral_pci.c
+++ b/sys/dev/ral/if_ral_pci.c
@@ -178,7 +178,7 @@ static driver_t ral_pci_driver = {
static devclass_t ral_devclass;
DRIVER_MODULE(ral, pci, ral_pci_driver, ral_devclass, NULL, NULL);
-MODULE_PNP_INFO("U16:vendor; U16:device; D:#", pci, ral, ral_pci_ids,
+MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, ral, ral_pci_ids,
nitems(ral_pci_ids) - 1);
static int
diff --git a/sys/dev/rl/if_rl.c b/sys/dev/rl/if_rl.c
index 622ad5b16813..e5d4787ebbe9 100644
--- a/sys/dev/rl/if_rl.c
+++ b/sys/dev/rl/if_rl.c
@@ -259,7 +259,7 @@ static driver_t rl_driver = {
static devclass_t rl_devclass;
DRIVER_MODULE(rl, pci, rl_driver, rl_devclass, 0, 0);
-MODULE_PNP_INFO("U16:vendor; U16:device", pci, rl, rl_devs,
+MODULE_PNP_INFO("U16:vendor;U16:device", pci, rl, rl_devs,
nitems(rl_devs) - 1);
DRIVER_MODULE(rl, cardbus, rl_driver, rl_devclass, 0, 0);
DRIVER_MODULE(miibus, rl, miibus_driver, miibus_devclass, 0, 0);