mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +00:00
[PATCH] USB: whitespace removal from usb/gadget/ether
This removes extraneous whitespace from the Ethernet/RNDIS gadget driver. It's all space-at-EOL, spaces-before-tabs, or tabs-then-spaces. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
d5681fe811
commit
7e27f18c8a
@ -920,7 +920,8 @@ static int rndis_set_response (int configNr, rndis_set_msg_type *buf)
|
||||
if (gen_ndis_set_resp (configNr, le32_to_cpu (buf->OID),
|
||||
((u8 *) buf) + 8 + BufOffset, BufLength, r))
|
||||
resp->Status = __constant_cpu_to_le32 (RNDIS_STATUS_NOT_SUPPORTED);
|
||||
else resp->Status = __constant_cpu_to_le32 (RNDIS_STATUS_SUCCESS);
|
||||
else
|
||||
resp->Status = __constant_cpu_to_le32 (RNDIS_STATUS_SUCCESS);
|
||||
|
||||
if (rndis_per_dev_params [configNr].ack)
|
||||
rndis_per_dev_params [configNr].ack (
|
||||
|
Loading…
x
Reference in New Issue
Block a user