Date: Tue, 4 Feb 2014 11:23:37 -0200 From: Luiz Otavio O Souza <loos.br@gmail.com> To: freebsd-embedded@freebsd.org Subject: small typo on sys/boot/fdt/dts/bindings-gpio.txt Message-ID: <F5FE19FB-D7F8-4287-9256-840B2F8BCFDC@gmail.com>
index | next in thread | raw e-mail
[-- Attachment #1 --] Hello guys, It is okay if i commit the following change to sys/boot/fdt/dts/bindings-gpio.txt ? There is a missing ‘)’ at end of sentence and i would like to reword the ‘inverted input value’ to ‘active-low’ if it is not a problem. Is this okay ? Luiz [-- Attachment #2 --] Index: sys/boot/fdt/dts/bindings-gpio.txt =================================================================== --- sys/boot/fdt/dts/bindings-gpio.txt (revision 258138) +++ sys/boot/fdt/dts/bindings-gpio.txt (working copy) @@ -82,7 +82,7 @@ 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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F5FE19FB-D7F8-4287-9256-840B2F8BCFDC>
