artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16e779b
)
Fix typo in debug message. ok kettenis@
author
dtucker
<dtucker@openbsd.org>
Mon, 5 Apr 2021 12:13:07 +0000
(12:13 +0000)
committer
dtucker
<dtucker@openbsd.org>
Mon, 5 Apr 2021 12:13:07 +0000
(12:13 +0000)
sys/dev/fdt/mvsw.c
patch
|
blob
|
history
diff --git
a/sys/dev/fdt/mvsw.c
b/sys/dev/fdt/mvsw.c
index
5fff81e
..
559e370
100644
(file)
--- a/
sys/dev/fdt/mvsw.c
+++ b/
sys/dev/fdt/mvsw.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: mvsw.c,v 1.
2 2020/12/02 09:49:34 patrick
Exp $ */
+/* $OpenBSD: mvsw.c,v 1.
3 2021/04/05 12:13:07 dtucker
Exp $ */
/*
* Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org>
*
@@
-139,7
+139,7
@@
mvsw_attach(struct device *parent, struct device *self, void *aux)
printf(": 88E6341");
break;
default:
- printf(": unknow product 0x%04x\n",
+ printf(": unknow
n
product 0x%04x\n",
swid & MVSW_PORT_SWITCHID_PROD_MASK);
return;
}