Author: ian
Date: Mon Dec  2 00:00:26 2019
New Revision: 355277
URL: https://svnweb.freebsd.org/changeset/base/355277

Log:
  Fix leading whitespace (spaces->tabs) in comments; no functional change.

Modified:
  head/sys/dev/gpio/gpioiic.c

Modified: head/sys/dev/gpio/gpioiic.c
==============================================================================
--- head/sys/dev/gpio/gpioiic.c Sun Dec  1 23:05:20 2019        (r355276)
+++ head/sys/dev/gpio/gpioiic.c Mon Dec  2 00:00:26 2019        (r355277)
@@ -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;
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to