Date: Mon, 2 Dec 2019 00:00:26 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r355277 - head/sys/dev/gpio Message-ID: <201912020000.xB200Qsm036576@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912020000.xB200Qsm036576>