提交 064931d0 编写于 作者: K K. Y. Srinivasan 提交者: Greg Kroah-Hartman

Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c

Fix a checkpatch warning in hv_kvp_daemon.c.
Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: NHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 2dda95f8
......@@ -116,7 +116,7 @@ void kvp_get_os_info(void)
uname(&uts_buf);
os_build = uts_buf.release;
processor_arch= uts_buf.machine;
processor_arch = uts_buf.machine;
file = fopen("/etc/SuSE-release", "r");
if (file != NULL)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部