payloads: Drop unneeded empty lines
Change-Id: I6faeb7c783052edc4217d2d301dbb905e1fc6a19 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44605 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
committed by
Michael Niewöhner
parent
99e0c7ddc1
commit
3ff7bcf10e
@@ -426,7 +426,6 @@ oom:
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
/* FIXME: Handle control transfers as 3 QHs, so the 2nd stage can be >0x4000 bytes */
|
||||
static int ehci_control (usbdev_t *dev, direction_t dir, int drlen, void *setup,
|
||||
int dalen, u8 *src)
|
||||
@@ -544,7 +543,6 @@ oom:
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
typedef struct _intr_qtd_t intr_qtd_t;
|
||||
|
||||
struct _intr_qtd_t {
|
||||
|
Reference in New Issue
Block a user