Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: usbip: fix coding style issues in the usbip driver

This is a patch to the usbip driver that fixes up some coding style
issues found by the checkpack.pl tool

Signed-off-by: Michael Sprecher <sprecher.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Michael Sprecher and committed by
Greg Kroah-Hartman
acc4e416 00512687

+1 -1
+1 -1
drivers/staging/usbip/vhci_tx.c
··· 179 179 memset(&msg, 0, sizeof(msg)); 180 180 memset(&iov, 0, sizeof(iov)); 181 181 182 - usbip_dbg_vhci_tx("setup cmd unlink, %lu \n", unlink->seqnum); 182 + usbip_dbg_vhci_tx("setup cmd unlink, %lu\n", unlink->seqnum); 183 183 184 184 185 185 /* 1. setup usbip_header */