提交 988b02f1 编写于 作者: F Felipe Balbi 提交者: John W. Linville

net: rfkill: add missing line break

Trivial patch adding a missing line break on
rfkill_claim_show().
Signed-off-by: NFelipe Balbi <felipe.balbi@nokia.com>
Acked-by: NIvo van Doorn <IvDoorn@gmail.co>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 67d2e2df
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册