aboutsummaryrefslogtreecommitdiffstats
path: root/net/rfkill
diff options
context:
space:
mode:
Diffstat (limited to 'net/rfkill')
-rw-r--r--net/rfkill/rfkill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rfkill/rfkill.c b/net/rfkill/rfkill.c
index 173d039d9909..b630f358d674 100644
--- a/net/rfkill/rfkill.c
+++ b/net/rfkill/rfkill.c
@@ -431,7 +431,7 @@ static ssize_t rfkill_claim_show(struct device *dev,
431{ 431{
432 struct rfkill *rfkill = to_rfkill(dev); 432 struct rfkill *rfkill = to_rfkill(dev);
433 433
434 return sprintf(buf, "%d", rfkill->user_claim); 434 return sprintf(buf, "%d\n", rfkill->user_claim);
435} 435}
436 436
437static ssize_t rfkill_claim_store(struct device *dev, 437static ssize_t rfkill_claim_store(struct device *dev,