Renesas rcar/move config pinctrl #145
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
2m 40s
Annotations
3 errors, 1 warning, and 10 notices
Run compliance checks on patch series (PR)
Process completed with exit code 1.
|
Run compliance checks on patch series (PR)
Process completed with exit code 1.
|
Run compliance checks on patch series (PR)
Process completed with exit code 1.
|
Run compliance checks on patch series (PR):
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
-static int w5500_spi_read(const struct device *dev, uint32_t addr,
- uint8_t *data, size_t len)
+static int w5500_spi_read(const struct device *dev, uint32_t addr, uint8_t *data, size_t len)
File:drivers/ethernet/eth_w5500.c
Line:39
You may want to run clang-format on this change:
-static int w5500_spi_write(const struct device *dev, uint32_t addr,
- uint8_t *data, size_t len)
+static int w5500_spi_write(const struct device *dev, uint32_t addr, uint8_t *data, size_t len)
File:drivers/ethernet/eth_w5500.c
Line:79
You may want to run clang-format on this change:
-static int w5500_readbuf(const struct device *dev, uint16_t offset, uint8_t *buf,
- size_t len)
+static int w5500_readbuf(const struct device *dev, uint16_t offset, uint8_t *buf, size_t len)
File:drivers/ethernet/eth_w5500.c
Line:109
You may want to run clang-format on this change:
-static int w5500_writebuf(const struct device *dev, uint16_t offset, uint8_t *buf,
- size_t len)
+static int w5500_writebuf(const struct device *dev, uint16_t offset, uint8_t *buf, size_t len)
File:drivers/ethernet/eth_w5500.c
Line:134
You may want to run clang-format on this change:
-#define TMC5XXX_WRITE_BIT 0x80U
-#define TMC5XXX_ADDRESS_MASK 0x7FU
+#define TMC5XXX_WRITE_BIT 0x80U
+#define TMC5XXX_ADDRESS_MASK 0x7FU
- #define TMC5XXX_CLOCK_FREQ_SHIFT 24
+#define TMC5XXX_CLOCK_FREQ_SHIFT 24
File:drivers/stepper/adi_tmc/adi_tmc_reg.h
Line:27
You may want to run clang-format on this change:
-#define TMC5XXX_SG_MIN_VALUE -64
-#define TMC5XXX_SG_MAX_VALUE 63
+#define TMC5XXX_SG_MIN_VALUE -64
+#define TMC5XXX_SG_MAX_VALUE 63
File:drivers/stepper/adi_tmc/adi_tmc_reg.h
Line:38
You may want to run clang-format on this change:
-#define TMC5XXX_STOP_SG_EVENT \
- (TMC5XXX_RAMPSTAT_STOP_SG_EVENT_MASK >> TMC5XXX_RAMPSTAT_INT_SHIFT)
+#define TMC5XXX_STOP_SG_EVENT (TMC5XXX_RAMPSTAT_STOP_SG_EVENT_MASK >> TMC5XXX_RAMPSTAT_INT_SHIFT)
File:drivers/stepper/adi_tmc/adi_tmc_reg.h
Line:68
You may want to run clang-format on this change:
- setup->bmRequestType == 0 &&
- setup->bRequest == USB_SREQ_SET_ADDRESS;
+ setup->bmRequestType == 0 && setup->bRequest == USB_SREQ_SET_ADDRESS;
File:drivers/usb/udc/udc_nrf.c
Line:364
You may want to run clang-format on this change:
- if (nrf_usbd_common_last_setup_dir_get() == USB_CONTROL_EP_OUT ||
- udc_nrf_fake_setup) {
+ if (nrf_usbd_common_last_setup_dir_get() == USB_CONTROL_EP_OUT || udc_nrf_fake_setup) {
File:drivers/usb/udc/udc_nrf.c
Line:573
You may want to run clang-format on this change:
- .hal_evt = {
- .type = NRF_USBD_COMMON_EVT_SETUP,
- },
+ .hal_evt =
+ {
+ .type = NRF_USBD_COMMON_EVT_SETUP,
+ },
File:drivers/usb/udc/udc_nrf.c
Line:716
You may want to run clang-format on this change:
-#define TMC_RAMP_DT_SPEC_GET(node) \
- { \
- .vstart = DT_PROP(node, vstart), \
- .v1 = DT_PROP(node, v1), \
- .vmax = DT_PROP(node, vmax), \
- .a1 = DT_PROP(node, a1), \
- .amax = DT_PROP(node, amax), \
- .d1 = DT_PROP(node, d1), \
- .dmax = DT_PROP(node, dmax), \
- .vstop = DT_PROP(node, vstop), \
- .tzerowait = DT_PROP(node, tzerowait), \
- .vcoolthrs = DT_PROP(node, vcoolthrs), \
- .vhigh = DT_PROP(node, vhigh), \
- .iholdrun = (TMC5XXX_IRUN(DT_PROP(node, irun)) | \
- TMC5XXX_IHOLD(DT_PROP(node, ihold)) | \
- TMC5XXX_IHOLDDELAY(DT_PROP(node, iholddelay))), \
+#define TMC_RAMP_DT_SPEC_GET(node) \
+ { \
+ .vstart = DT_PROP(node, vstart), \
+ .v1 = DT_PROP(node, v1), \
+ .vmax = DT_PROP(node, vmax)
|
You may want to run clang-format on this change:
drivers/ethernet/eth_w5500.c#L39
drivers/ethernet/eth_w5500.c:39
-static int w5500_spi_read(const struct device *dev, uint32_t addr,
- uint8_t *data, size_t len)
+static int w5500_spi_read(const struct device *dev, uint32_t addr, uint8_t *data, size_t len)
|
You may want to run clang-format on this change:
drivers/ethernet/eth_w5500.c#L79
drivers/ethernet/eth_w5500.c:79
-static int w5500_spi_write(const struct device *dev, uint32_t addr,
- uint8_t *data, size_t len)
+static int w5500_spi_write(const struct device *dev, uint32_t addr, uint8_t *data, size_t len)
|
You may want to run clang-format on this change:
drivers/ethernet/eth_w5500.c#L109
drivers/ethernet/eth_w5500.c:109
-static int w5500_readbuf(const struct device *dev, uint16_t offset, uint8_t *buf,
- size_t len)
+static int w5500_readbuf(const struct device *dev, uint16_t offset, uint8_t *buf, size_t len)
|
You may want to run clang-format on this change:
drivers/ethernet/eth_w5500.c#L134
drivers/ethernet/eth_w5500.c:134
-static int w5500_writebuf(const struct device *dev, uint16_t offset, uint8_t *buf,
- size_t len)
+static int w5500_writebuf(const struct device *dev, uint16_t offset, uint8_t *buf, size_t len)
|
You may want to run clang-format on this change:
drivers/stepper/adi_tmc/adi_tmc_reg.h#L27
drivers/stepper/adi_tmc/adi_tmc_reg.h:27
-#define TMC5XXX_WRITE_BIT 0x80U
-#define TMC5XXX_ADDRESS_MASK 0x7FU
+#define TMC5XXX_WRITE_BIT 0x80U
+#define TMC5XXX_ADDRESS_MASK 0x7FU
- #define TMC5XXX_CLOCK_FREQ_SHIFT 24
+#define TMC5XXX_CLOCK_FREQ_SHIFT 24
|
You may want to run clang-format on this change:
drivers/stepper/adi_tmc/adi_tmc_reg.h#L38
drivers/stepper/adi_tmc/adi_tmc_reg.h:38
-#define TMC5XXX_SG_MIN_VALUE -64
-#define TMC5XXX_SG_MAX_VALUE 63
+#define TMC5XXX_SG_MIN_VALUE -64
+#define TMC5XXX_SG_MAX_VALUE 63
|
You may want to run clang-format on this change:
drivers/stepper/adi_tmc/adi_tmc_reg.h#L68
drivers/stepper/adi_tmc/adi_tmc_reg.h:68
-#define TMC5XXX_STOP_SG_EVENT \
- (TMC5XXX_RAMPSTAT_STOP_SG_EVENT_MASK >> TMC5XXX_RAMPSTAT_INT_SHIFT)
+#define TMC5XXX_STOP_SG_EVENT (TMC5XXX_RAMPSTAT_STOP_SG_EVENT_MASK >> TMC5XXX_RAMPSTAT_INT_SHIFT)
|
You may want to run clang-format on this change:
drivers/usb/udc/udc_nrf.c#L364
drivers/usb/udc/udc_nrf.c:364
- setup->bmRequestType == 0 &&
- setup->bRequest == USB_SREQ_SET_ADDRESS;
+ setup->bmRequestType == 0 && setup->bRequest == USB_SREQ_SET_ADDRESS;
|
You may want to run clang-format on this change:
drivers/usb/udc/udc_nrf.c#L573
drivers/usb/udc/udc_nrf.c:573
- if (nrf_usbd_common_last_setup_dir_get() == USB_CONTROL_EP_OUT ||
- udc_nrf_fake_setup) {
+ if (nrf_usbd_common_last_setup_dir_get() == USB_CONTROL_EP_OUT || udc_nrf_fake_setup) {
|
You may want to run clang-format on this change:
drivers/usb/udc/udc_nrf.c#L716
drivers/usb/udc/udc_nrf.c:716
- .hal_evt = {
- .type = NRF_USBD_COMMON_EVT_SETUP,
- },
+ .hal_evt =
+ {
+ .type = NRF_USBD_COMMON_EVT_SETUP,
+ },
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compliance.xml
|
6.29 KB |
|