Commit 04948a34 authored by Anthony Foiani's avatar Anthony Foiani Committed by Greg Kroah-Hartman
Browse files

staging: usbip: clean up checkpatch warnings in usbipd.c



A few whitespace changes allows the file to pass checkpatch --strict
(other than ignoring the CamelCase derived from the USB standard.)

Signed-Off-By: default avatarAnthony Foiani <anthony.foiani@gmail.com>

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 334ab072
Loading
Loading
Loading
Loading
+16 −15
Original line number Diff line number Diff line
@@ -496,9 +496,10 @@ static int do_standalone_mode(int daemonize)
					process_request(sockfdlist[i]);
				}
			}
		} else
		} else {
			dbg("heartbeat timeout on ppoll()");
		}
	}

	info("shutting down " PROGNAME);
	free(fds);