include: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2024-07-23 01:28:34 +02:00
committed by Tom Rini
parent a1af57b70a
commit 6627fbba20
41 changed files with 0 additions and 115 deletions

View File

@@ -274,7 +274,6 @@ int usb_init(void);
int usb_stop(void); /* stop the USB Controller */
int usb_detect_change(void); /* detect if a USB device has been (un)plugged */
int usb_set_protocol(struct usb_device *dev, int ifnum, int protocol);
int usb_set_idle(struct usb_device *dev, int ifnum, int duration,
int report_id);
@@ -600,7 +599,6 @@ struct usb_hub_descriptor {
} u;
} __attribute__ ((packed));
struct usb_hub_device {
struct usb_device *pusb_dev;
struct usb_hub_descriptor desc;