Index: uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h
===================================================================
--- uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h	(revision 9dfb034217589be7992cb9cfcfb4fd044520541d)
+++ uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h	(revision 870841cf500de256e7549deb8adf082aa90a11ce)
@@ -1,3 +1,4 @@
 /*
+ * Copyright (c) 2025 Jiri Svoboda
  * Copyright (c) 2011 Jan Vesely
  * All rights reserved.
@@ -54,5 +55,5 @@
 };
 
-inline static errno_t cc_to_rc(unsigned int cc)
+static inline errno_t cc_to_rc(unsigned int cc)
 {
 	switch (cc) {
Index: uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h
===================================================================
--- uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h	(revision 9dfb034217589be7992cb9cfcfb4fd044520541d)
+++ uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h	(revision 870841cf500de256e7549deb8adf082aa90a11ce)
@@ -1,3 +1,4 @@
 /*
+ * Copyright (c) 2025 Jiri Svoboda
  * Copyright (c) 2011 Jan Vesely
  * All rights reserved.
@@ -103,5 +104,5 @@
  * @return true if the TD was accessed and processed by hw, false otherwise.
  */
-inline static bool td_is_finished(const td_t *instance)
+static inline bool td_is_finished(const td_t *instance)
 {
 	assert(instance);
