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
This commit is contained in:
parent
e96f4b1b06
commit
75e69ab563
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue