Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109281
b: refs/heads/master
c: 988b02f
h: refs/heads/master
i:
  109279: 7552bd3
v: v3
  • Loading branch information
Felipe Balbi authored and John W. Linville committed Aug 27, 2008
1 parent 8feb179 commit 4620ebb
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: 67d2e2dfab31b4c0497ce8a84d63efc931f10bb7
refs/heads/master: 988b02f1bf5b608ef91a9d98c7170d037d0f12e3
2 changes: 1 addition & 1 deletion trunk/net/rfkill/rfkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,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 4620ebb

Please sign in to comment.