Skip to content

Commit

Permalink
Tools: hv: Fix a checkpatch warning
Browse files Browse the repository at this point in the history
Fix a checkpatch warning.

Signed-off-by: K. Y. Srinivasan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
kattisrinivasan authored and gregkh committed Apr 24, 2013
1 parent 5edf5ee commit 038336a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/hv/hv_vss_daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,9 @@ int main(void)
}

if (addr.nl_pid) {
syslog(LOG_WARNING, "Received packet from untrusted pid:%u",
addr.nl_pid);
syslog(LOG_WARNING,
"Received packet from untrusted pid:%u",
addr.nl_pid);
continue;
}

Expand Down

0 comments on commit 038336a

Please sign in to comment.