Commit bfc9dcabd513334c1d888ab66f7b7d84a3159571

Authored by Dominik D. Geyer
Committed by Linus Torvalds
1 parent 2770f189b7

correct gpio.txt typos

Corrected sysfs gpio chip node name and fixed punctuation.

Signed-off-by: Dominik D. Geyer <dominik.geyer@gmx.de>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

Documentation/gpio.txt
... ... @@ -380,7 +380,7 @@
380 380  
381 381 Most often a gpio_chip is part of an instance-specific structure with state
382 382 not exposed by the GPIO interfaces, such as addressing, power management,
383   -and more. Chips such as codecs will have complex non-GPIO state,
  383 +and more. Chips such as codecs will have complex non-GPIO state.
384 384  
385 385 Any debugfs dump method should normally ignore signals which haven't been
386 386 requested as GPIOs. They can use gpiochip_is_requested(), which returns
... ... @@ -531,7 +531,7 @@
531 531 This file exists only if the pin can be configured as an
532 532 interrupt generating input pin.
533 533  
534   -GPIO controllers have paths like /sys/class/gpio/chipchip42/ (for the
  534 +GPIO controllers have paths like /sys/class/gpio/gpiochip42/ (for the
535 535 controller implementing GPIOs starting at #42) and have the following
536 536 read-only attributes:
537 537