zephyr/subsys/usb
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
..
device usb: device: Fix transfer slot leak without callback 2023-08-04 22:54:17 +00:00
device_next style: move ALWAYS_INLINE to the beginning to resolve compiler warnings 2023-08-23 14:44:23 +02:00
host style: move ALWAYS_INLINE to the beginning to resolve compiler warnings 2023-08-23 14:44:23 +02:00
usb_c USB-C: genVIF: Cleanup and add support to pick static data from input 2023-05-26 13:54:43 -04:00
CMakeLists.txt usb: add initial USB host support 2022-12-16 13:21:12 +01:00