提交 f94fdeaa 编写于 作者: T Timo von Holtz 提交者: Greg Kroah-Hartman

Staging: quickstart: fixed coding style issues

Fixed the Following coding Style Issues:
drivers/staging/quickstart/quickstart.c:8: ERROR: trailing whitespace
drivers/staging/quickstart/quickstart.c:144: ERROR: spaces required around that '?' (ctx:VxV)
drivers/staging/quickstart/quickstart.c:144: ERROR: spaces required around that ':' (ctx:VxV)
Signed-off-by: NTimo von Holtz <tvh@informatik.uni-kiel.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 7e79f78b
......@@ -141,7 +141,8 @@ static ssize_t pressed_button_show(struct device *dev,
char *buf)
{
return snprintf(buf, PAGE_SIZE, "%s\n",
(quickstart_data.pressed?quickstart_data.pressed->name:"none"));
(quickstart_data.pressed ?
quickstart_data.pressed->name : "none"));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册