svn commit: r355277 - head/sys/dev/gpio

Ian Lepore ian at FreeBSD.org
Mon Dec 2 00:00:26 UTC 2019


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;
 


More information about the svn-src-all mailing list