summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZixun LI <[email protected]>2025-10-22 21:08:09 +0200
committerGitHub <[email protected]>2025-10-22 21:08:09 +0200
commit925ba123dac77b1675abeb2455762b52fffdc29b (patch)
treeecdfbdc4c0c94d98972be8212d35b874852873b5 /src
parent30132e8e6d39447c0633f96594ff4bdac06d6bc8 (diff)
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/portable/bridgetek/ft9xx/dcd_ft9xx.c1
-rw-r--r--src/portable/chipidea/ci_fs/dcd_ci_fs.c1
-rw-r--r--src/portable/chipidea/ci_hs/dcd_ci_hs.c1
-rw-r--r--src/portable/dialog/da146xx/dcd_da146xx.c1
-rw-r--r--src/portable/mentor/musb/dcd_musb.c1
-rw-r--r--src/portable/microchip/pic/dcd_pic.c1
-rw-r--r--src/portable/microchip/pic32mz/dcd_pic32mz.c1
-rw-r--r--src/portable/microchip/samd/dcd_samd.c1
-rw-r--r--src/portable/microchip/samg/dcd_samg.c1
-rw-r--r--src/portable/microchip/samx7x/dcd_samx7x.c1
-rw-r--r--src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c1
-rw-r--r--src/portable/nordic/nrf5x/dcd_nrf5x.c1
-rw-r--r--src/portable/nuvoton/nuc120/dcd_nuc120.c1
-rw-r--r--src/portable/nuvoton/nuc121/dcd_nuc121.c1
-rw-r--r--src/portable/nuvoton/nuc505/dcd_nuc505.c1
-rw-r--r--src/portable/nxp/khci/dcd_khci.c1
-rw-r--r--src/portable/nxp/lpc17_40/dcd_lpc17_40.c1
-rw-r--r--src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c1
-rw-r--r--src/portable/raspberrypi/pio_usb/dcd_pio_usb.c1
-rw-r--r--src/portable/raspberrypi/rp2040/dcd_rp2040.c1
-rw-r--r--src/portable/renesas/rusb2/dcd_rusb2.c1
-rw-r--r--src/portable/sony/cxd56/dcd_cxd56.c1
-rw-r--r--src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c1
-rw-r--r--src/portable/sunxi/dcd_sunxi_musb.c1
-rw-r--r--src/portable/synopsys/dwc2/dcd_dwc2.c1
-rw-r--r--src/portable/template/dcd_template.c1
-rw-r--r--src/portable/ti/msp430x5xx/dcd_msp430x5xx.c1
-rw-r--r--src/portable/valentyusb/eptri/dcd_eptri.c1
-rw-r--r--src/portable/wch/dcd_ch32_usbfs.c1
-rw-r--r--src/portable/wch/dcd_ch32_usbhs.c1
30 files changed, 0 insertions, 30 deletions
diff --git a/src/portable/bridgetek/ft9xx/dcd_ft9xx.c b/src/portable/bridgetek/ft9xx/dcd_ft9xx.c
index f6def44ab..76a54e62e 100644
--- a/src/portable/bridgetek/ft9xx/dcd_ft9xx.c
+++ b/src/portable/bridgetek/ft9xx/dcd_ft9xx.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/chipidea/ci_fs/dcd_ci_fs.c b/src/portable/chipidea/ci_fs/dcd_ci_fs.c
index 283baf645..558d64b57 100644
--- a/src/portable/chipidea/ci_fs/dcd_ci_fs.c
+++ b/src/portable/chipidea/ci_fs/dcd_ci_fs.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/chipidea/ci_hs/dcd_ci_hs.c b/src/portable/chipidea/ci_hs/dcd_ci_hs.c
index a11d2bbd1..808c293a5 100644
--- a/src/portable/chipidea/ci_hs/dcd_ci_hs.c
+++ b/src/portable/chipidea/ci_hs/dcd_ci_hs.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/dialog/da146xx/dcd_da146xx.c b/src/portable/dialog/da146xx/dcd_da146xx.c
index 8666992aa..5beb62b4d 100644
--- a/src/portable/dialog/da146xx/dcd_da146xx.c
+++ b/src/portable/dialog/da146xx/dcd_da146xx.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/mentor/musb/dcd_musb.c b/src/portable/mentor/musb/dcd_musb.c
index acb35fcee..1e4ec0015 100644
--- a/src/portable/mentor/musb/dcd_musb.c
+++ b/src/portable/mentor/musb/dcd_musb.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/microchip/pic/dcd_pic.c b/src/portable/microchip/pic/dcd_pic.c
index 7d92056e8..3114295de 100644
--- a/src/portable/microchip/pic/dcd_pic.c
+++ b/src/portable/microchip/pic/dcd_pic.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/microchip/pic32mz/dcd_pic32mz.c b/src/portable/microchip/pic32mz/dcd_pic32mz.c
index ce53893ec..a903c3ae2 100644
--- a/src/portable/microchip/pic32mz/dcd_pic32mz.c
+++ b/src/portable/microchip/pic32mz/dcd_pic32mz.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/microchip/samd/dcd_samd.c b/src/portable/microchip/samd/dcd_samd.c
index 1ff314d39..8293273e5 100644
--- a/src/portable/microchip/samd/dcd_samd.c
+++ b/src/portable/microchip/samd/dcd_samd.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/microchip/samg/dcd_samg.c b/src/portable/microchip/samg/dcd_samg.c
index 3ba538639..c6c7f15d1 100644
--- a/src/portable/microchip/samg/dcd_samg.c
+++ b/src/portable/microchip/samg/dcd_samg.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/microchip/samx7x/dcd_samx7x.c b/src/portable/microchip/samx7x/dcd_samx7x.c
index 494c83fde..57c0fcb4d 100644
--- a/src/portable/microchip/samx7x/dcd_samx7x.c
+++ b/src/portable/microchip/samx7x/dcd_samx7x.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c b/src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c
index 6c0302031..929cb40c4 100644
--- a/src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c
+++ b/src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/nordic/nrf5x/dcd_nrf5x.c b/src/portable/nordic/nrf5x/dcd_nrf5x.c
index a2d634fe6..89dff4995 100644
--- a/src/portable/nordic/nrf5x/dcd_nrf5x.c
+++ b/src/portable/nordic/nrf5x/dcd_nrf5x.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/nuvoton/nuc120/dcd_nuc120.c b/src/portable/nuvoton/nuc120/dcd_nuc120.c
index bb1d11355..d9a0e3fa8 100644
--- a/src/portable/nuvoton/nuc120/dcd_nuc120.c
+++ b/src/portable/nuvoton/nuc120/dcd_nuc120.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/nuvoton/nuc121/dcd_nuc121.c b/src/portable/nuvoton/nuc121/dcd_nuc121.c
index 067d455c6..a4dfe24fa 100644
--- a/src/portable/nuvoton/nuc121/dcd_nuc121.c
+++ b/src/portable/nuvoton/nuc121/dcd_nuc121.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/nuvoton/nuc505/dcd_nuc505.c b/src/portable/nuvoton/nuc505/dcd_nuc505.c
index f7593cf25..25e3f2203 100644
--- a/src/portable/nuvoton/nuc505/dcd_nuc505.c
+++ b/src/portable/nuvoton/nuc505/dcd_nuc505.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/nxp/khci/dcd_khci.c b/src/portable/nxp/khci/dcd_khci.c
index 3b0de47f4..8941ca766 100644
--- a/src/portable/nxp/khci/dcd_khci.c
+++ b/src/portable/nxp/khci/dcd_khci.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/nxp/lpc17_40/dcd_lpc17_40.c b/src/portable/nxp/lpc17_40/dcd_lpc17_40.c
index 81220e850..364cf8de4 100644
--- a/src/portable/nxp/lpc17_40/dcd_lpc17_40.c
+++ b/src/portable/nxp/lpc17_40/dcd_lpc17_40.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c b/src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c
index 2257d0368..143b0277c 100644
--- a/src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c
+++ b/src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/raspberrypi/pio_usb/dcd_pio_usb.c b/src/portable/raspberrypi/pio_usb/dcd_pio_usb.c
index 3653544d9..5e3dd7faf 100644
--- a/src/portable/raspberrypi/pio_usb/dcd_pio_usb.c
+++ b/src/portable/raspberrypi/pio_usb/dcd_pio_usb.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/raspberrypi/rp2040/dcd_rp2040.c b/src/portable/raspberrypi/rp2040/dcd_rp2040.c
index 0a7c250c2..15852f29f 100644
--- a/src/portable/raspberrypi/rp2040/dcd_rp2040.c
+++ b/src/portable/raspberrypi/rp2040/dcd_rp2040.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/renesas/rusb2/dcd_rusb2.c b/src/portable/renesas/rusb2/dcd_rusb2.c
index 9b875f0d1..6ac1c5ee4 100644
--- a/src/portable/renesas/rusb2/dcd_rusb2.c
+++ b/src/portable/renesas/rusb2/dcd_rusb2.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/sony/cxd56/dcd_cxd56.c b/src/portable/sony/cxd56/dcd_cxd56.c
index 664952b83..be694edfa 100644
--- a/src/portable/sony/cxd56/dcd_cxd56.c
+++ b/src/portable/sony/cxd56/dcd_cxd56.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c b/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c
index 640481442..381aa0b40 100644
--- a/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c
+++ b/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/sunxi/dcd_sunxi_musb.c b/src/portable/sunxi/dcd_sunxi_musb.c
index 52d69ad01..46d05e3e6 100644
--- a/src/portable/sunxi/dcd_sunxi_musb.c
+++ b/src/portable/sunxi/dcd_sunxi_musb.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/synopsys/dwc2/dcd_dwc2.c b/src/portable/synopsys/dwc2/dcd_dwc2.c
index ab30a06e8..ad78708b6 100644
--- a/src/portable/synopsys/dwc2/dcd_dwc2.c
+++ b/src/portable/synopsys/dwc2/dcd_dwc2.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/template/dcd_template.c b/src/portable/template/dcd_template.c
index ff7995c11..90c672d19 100644
--- a/src/portable/template/dcd_template.c
+++ b/src/portable/template/dcd_template.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c b/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c
index def55b59b..10c7d78c5 100644
--- a/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c
+++ b/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/valentyusb/eptri/dcd_eptri.c b/src/portable/valentyusb/eptri/dcd_eptri.c
index a389aa761..760f3c90a 100644
--- a/src/portable/valentyusb/eptri/dcd_eptri.c
+++ b/src/portable/valentyusb/eptri/dcd_eptri.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/wch/dcd_ch32_usbfs.c b/src/portable/wch/dcd_ch32_usbfs.c
index c5b610b82..eb2ebd868 100644
--- a/src/portable/wch/dcd_ch32_usbfs.c
+++ b/src/portable/wch/dcd_ch32_usbfs.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*
diff --git a/src/portable/wch/dcd_ch32_usbhs.c b/src/portable/wch/dcd_ch32_usbhs.c
index cf2deab78..a18eb3e81 100644
--- a/src/portable/wch/dcd_ch32_usbhs.c
+++ b/src/portable/wch/dcd_ch32_usbhs.c
@@ -1,4 +1,3 @@
-
/*
* The MIT License (MIT)
*