summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;