Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111305
b: refs/heads/master
c: 01b510b
h: refs/heads/master
i:
  111303: 68f5b51
v: v3
  • Loading branch information
Felipe Balbi authored and John W. Linville committed Aug 29, 2008
1 parent 2c396fb commit 2743958
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: 849e0576a76bc421aacd782f97948856f487726c
refs/heads/master: 01b510b9c29caf2134c31d2bc8c2c5cc73987eb6
2 changes: 1 addition & 1 deletion trunk/net/rfkill/rfkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ static ssize_t rfkill_claim_show(struct device *dev,
{
struct rfkill *rfkill = to_rfkill(dev);

return sprintf(buf, "%d", rfkill->user_claim);
return sprintf(buf, "%d\n", rfkill->user_claim);
}

static ssize_t rfkill_claim_store(struct device *dev,
Expand Down

0 comments on commit 2743958

Please sign in to comment.