Style fix.

I think there's a bug in checkpatch.pl, where depending on how many
lines of context there are it either insists there's no space after the
* (which I think is correct) or insists there's consistent spacing,
apparently treating it as a multiplication operation. Moving the line
seems to fix the context issue.

Change-Id: I0d1822b44cd703fd405c75565bf599eb584b0244
log_output
Tim Newsome 2019-02-11 14:37:37 -08:00
parent e96f4b1b06
commit 75e69ab563
1 changed files with 1 additions and 2 deletions

View File

@ -431,8 +431,7 @@ struct jtag_xfer {
struct libusb_transfer *transfer;
};
static int jtag_libusb_bulk_transfer_n(
jtag_libusb_device_handle * dev_handle,
static int jtag_libusb_bulk_transfer_n(jtag_libusb_device_handle *dev_handle,
struct jtag_xfer *transfers,
size_t n_transfers,
int timeout)