]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
include: usb: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 22 Jul 2024 23:28:31 +0000 (01:28 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jul 2024 21:01:04 +0000 (15:01 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
include/usb/ci_udc.h
include/usb/ulpi.h
include/usb/xhci.h

index 06adb2bb4d33685e3f6a0fb038632993ad9fddc1..9f15dbabe537da30bd836e0b918a2cc6a29d9d42 100644 (file)
@@ -4,7 +4,6 @@
  * Lei Wen <leiwen@marvell.com>
  */
 
-
 #ifndef __CI_UDC_H__
 #define __CI_UDC_H__
 
index 126623cf9a82d3c9f45e8aa9fd0c854165db99cd..10e31221103c7e33001977882f584c7b84be96ab 100644 (file)
@@ -116,7 +116,6 @@ int ulpi_suspend(struct ulpi_viewport *ulpi_vp);
  */
 int ulpi_reset(struct ulpi_viewport *ulpi_vp);
 
-
 /* ULPI access methods below must be implemented for each ULPI viewport. */
 
 /*
@@ -314,5 +313,4 @@ struct ulpi_regs {
 #define ULPI_CARKIT_PLS_CTRL_SPKRLEFT_BIASEN   (1 << 2)
 #define ULPI_CARKIT_PLS_CTRL_SPKRRIGHT_BIASEN  (1 << 3)
 
-
 #endif /* __USB_ULPI_H__ */
index 04d16a256bbd5639f2bd89554feb7a04ac6799a7..5fcdae1421f790dfd8cba805c8f18e3014d827ff 100644 (file)
@@ -682,7 +682,6 @@ struct xhci_input_control_ctx {
        __le32  rsvd2[6];
 };
 
-
 /**
  * struct xhci_device_context_array
  * @dev_context_ptr    array of 64-bit DMA addresses for device contexts
@@ -699,7 +698,6 @@ struct xhci_device_context_array {
  * might not be able to handle the maximum number of devices possible.
  */
 
-
 struct xhci_transfer_event {
        /* 64-bit buffer address, or immediate data */
        __le64  buffer;
@@ -835,7 +833,6 @@ struct xhci_event_cmd {
 #define TRB_TO_STREAM_ID(p)            ((((p) & (0xffff << 16)) >> 16))
 #define STREAM_ID_FOR_TRB(p)           ((((p)) & 0xffff) << 16)
 
-
 /* Port Status Change Event TRB fields */
 /* Port ID - bits 31:24 */
 #define GET_PORT_ID(p)                 (((p) & (0xff << 24)) >> 24)
@@ -1134,7 +1131,6 @@ int xhci_hcd_init(int index, struct xhci_hccr **ret_hccr,
                                        struct xhci_hcor **ret_hcor);
 void xhci_hcd_stop(int index);
 
-
 /*************************************************************
        EXTENDED CAPABILITY DEFINITIONS
 *************************************************************/