svn commit: r238672 - head/sys/dev/sdhci

Alexey Dokuchaev danfe at FreeBSD.org
Sat Jul 21 15:30:26 UTC 2012


On Sat, Jul 21, 2012 at 02:07:43PM +0000, Gleb Smirnoff wrote:
> Author: glebius
> Date: Sat Jul 21 14:07:43 2012
> New Revision: 238672
> URL: http://svn.freebsd.org/changeset/base/238672
> 
> Log:
>   Fix typo in comment, should be MHz here.

That's nice, but...

> @@ -364,7 +364,7 @@ sdhci_lower_frequency(device_t dev)
>  
>  	/*
>  	 * Some SD/MMC cards don't work with the default base
> -	 * clock frequency of 200MHz.  Lower it to 50Hz.
> +	 * clock frequency of 200MHz. Lower it to 50MHz.

... Why losing 2-space break after a sentence (per what we are generally
adhering and AFAIR is suggested by Chicago Style Guide)?

./danfe


More information about the svn-src-head mailing list