zephyr/subsys/usb/host
Florian La Roche 5727503489 style: move ALWAYS_INLINE to the beginning to resolve compiler warnings
With gcc from the zephyr sdk and -Wold-style-declaration is giving this
output:
zephyr/arch/arm/core/aarch32/cortex_a_r/fault.c:101:1: warning:
  'inline' is not at beginning of declaration [-Wold-style-declaration]
  101 | static void ALWAYS_INLINE
                    z_arm_fpu_caller_save(struct __fpu_sf *fpu)
      | ^~~~~~

I searched to all of the source code to find these further occurances
where inline is not at the beginning of a function declaration.

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
2023-08-23 14:44:23 +02:00
..
CMakeLists.txt
Kconfig
usbh_api.c
usbh_ch9.c
usbh_ch9.h
usbh_core.c style: move ALWAYS_INLINE to the beginning to resolve compiler warnings 2023-08-23 14:44:23 +02:00
usbh_data.ld iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
usbh_internal.h
usbh_shell.c usb: host: fixes shadow variables 2023-08-22 11:39:58 +02:00