Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119177
b: refs/heads/master
c: 6e8ba72
h: refs/heads/master
i:
  119175: 3d11c81
v: v3
  • Loading branch information
Jarkko Nikula authored and Linus Torvalds committed Nov 20, 2008
1 parent 0b60657 commit c37d7d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c207f952a3a39f9d07a3e9de0cf6b9a9464eeaa
refs/heads/master: 6e8ba729b6332f2a75572e02480936d2b51665aa
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpiolib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ static void gpiolib_dbg_show(struct seq_file *s, struct gpio_chip *chip)
continue;

is_out = test_bit(FLAG_IS_OUT, &gdesc->flags);
seq_printf(s, " gpio-%-3d (%-12s) %s %s",
seq_printf(s, " gpio-%-3d (%-20.20s) %s %s",
gpio, gdesc->label,
is_out ? "out" : "in ",
chip->get
Expand Down

0 comments on commit c37d7d4

Please sign in to comment.