zephyr/drivers/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
..
bc12 drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
device usb: fixes shadow variables 2023-08-10 08:14:12 +00:00
udc drivers: usb: fix common misspellings in USB drivers 2023-07-26 10:46:01 +02:00
uhc style: move ALWAYS_INLINE to the beginning to resolve compiler warnings 2023-08-23 14:44:23 +02:00
uvb iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
CMakeLists.txt bc12: API and 1st driver implementation. 2023-03-30 17:34:36 -04:00
Kconfig bc12: API and 1st driver implementation. 2023-03-30 17:34:36 -04:00