summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2019-12-02 00:00:26 +0000
committerIan Lepore <ian@FreeBSD.org>2019-12-02 00:00:26 +0000
commit772b3a87bc67bfc00cb5835ed57d0516e3db947c (patch)
tree35096b081ba88dc14c49e3dbc134f529bb7de63b
parent56ad49b2605e843817947d3e5fe7433be989d3ef (diff)
Notes
-rw-r--r--sys/dev/gpio/gpioiic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/gpio/gpioiic.c b/sys/dev/gpio/gpioiic.c
index 0dbb332846f1..baa0a1d03aca 100644
--- a/sys/dev/gpio/gpioiic.c
+++ b/sys/dev/gpio/gpioiic.c
@@ -267,8 +267,8 @@ gpioiic_probe(device_t dev)
/*
* By default we only bid to attach if specifically added by our parent
- * (usually via hint.gpioiic.#.at=busname). On FDT systems we bid as
- * the default driver based on being configured in the FDT data.
+ * (usually via hint.gpioiic.#.at=busname). On FDT systems we bid as
+ * the default driver based on being configured in the FDT data.
*/
rv = BUS_PROBE_NOWILDCARD;