svn commit: r261516 - head/sys/boot/fdt/dts

Luiz Otavio O Souza loos at FreeBSD.org
Wed Feb 5 17:08:55 UTC 2014


Author: loos
Date: Wed Feb  5 17:08:55 2014
New Revision: 261516
URL: http://svnweb.freebsd.org/changeset/base/261516

Log:
  Add the missing ')' at end of sentence.  Reword it to use a more common
  idiom.
  
  Reviewed by:	imp (on freebsd-embedded@)
  Approved by:	adrian (mentor, implicit)

Modified:
  head/sys/boot/fdt/dts/bindings-gpio.txt

Modified: head/sys/boot/fdt/dts/bindings-gpio.txt
==============================================================================
--- head/sys/boot/fdt/dts/bindings-gpio.txt	Wed Feb  5 16:22:02 2014	(r261515)
+++ head/sys/boot/fdt/dts/bindings-gpio.txt	Wed Feb  5 17:08:55 2014	(r261516)
@@ -82,7 +82,7 @@ dir:
 
 flags:
 	0x0000----	IN_NONE
-	0x0001----	IN_POL_LOW	Polarity low (inverted input value.
+	0x0001----	IN_POL_LOW	Polarity low (active-low).
 	0x0002----	IN_IRQ_EDGE	Interrupt, edge triggered.
 	0x0004----	IN_IRQ_LEVEL	Interrupt, level triggered.
 	


More information about the svn-src-all mailing list