Commit 064931d0 authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by 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: default avatarK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment