Skip to content

Commit

Permalink
Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c
Browse files Browse the repository at this point in the history
Fix a checkpatch warning in hv_kvp_daemon.c.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 2dda95f commit 064931d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/hv/tools/hv_kvp_daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 064931d

Please sign in to comment.