libpayload: usb: Fix spacing issues
Found by: find payloads/libpayload/drivers/usb -type f -name "*.[ch]" | xargs \ util/lint/checkpatch.pl --types SPACING -q --fix-inplace -f Change-Id: Id23e2e573e475c6d795812a4b2df9aeffbcaaaf4 Signed-off-by: Yidi Lin <yidilin@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66596 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -45,7 +45,7 @@ typedef struct generic_hub_ops {
|
||||
/* returns 1 if the port is enabled */
|
||||
int (*port_enabled)(usbdev_t *, int port);
|
||||
/* returns speed if port is enabled, negative value if not */
|
||||
usb_speed (*port_speed)(usbdev_t *, int port);
|
||||
usb_speed(*port_speed)(usbdev_t *, int port);
|
||||
|
||||
/* enables (powers up) a port (optional) */
|
||||
int (*enable_port)(usbdev_t *, int port);
|
||||
|
Reference in New Issue
Block a user