Thread (15 messages) 15 messages, 3 authors, 2026-06-09

Re: [PATCH net-next v1 01/10] cxgb4: Add T7 register definitions and core structures

From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-06-07 07:02:15

+/**
+ * t4_os_lock_init - initialize spinlock
+ * @lock: the spinlock
+ */
+static inline void t4_os_lock_init(spinlock_t *lock)
+{
+	spin_lock_init(lock);
+}
What is the point of this wrapper function. It does nothing.

     Andrew
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help