Skip to content

Commit 21827ce

Browse files
etienne-lmskartben
authored andcommitted
drivers: spi: stm32: remove useless inline keywords
Remove useless inline keywords in STM32 SPI driver. Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
1 parent 2c62291 commit 21827ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/spi_ll_stm32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ static DEVICE_API(spi, api_funcs) = {
13901390
.release = spi_stm32_release,
13911391
};
13921392

1393-
static inline bool spi_stm32_is_subghzspi(const struct device *dev)
1393+
static bool spi_stm32_is_subghzspi(const struct device *dev)
13941394
{
13951395
#if DT_HAS_COMPAT_STATUS_OKAY(st_stm32_spi_subghz)
13961396
const struct spi_stm32_config *cfg = dev->config;

0 commit comments

Comments
 (0)