mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-13 10:08:19 +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
3 changed files with 251 additions and 250 deletions
|
@ -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…
Add table
Reference in a new issue