| Date | Fri, 05 Jul 2019 16:18:05 -0700 (PDT) | Subject | Re: [PATCH 6/7] nfp: Use spinlock_t instead of struct spinlock | From | David Miller <> |
| |
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Thu, 4 Jul 2019 17:38:02 +0200
> For spinlocks the type spinlock_t should be used instead of "struct > spinlock". > > Use spinlock_t for spinlock's definition. > > Cc: Jakub Kicinski <jakub.kicinski@netronome.com> > Cc: "David S. Miller" <davem@davemloft.net> > Cc: oss-drivers@netronome.com > Cc: netdev@vger.kernel.org > Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Applied to net-next, thanks.
|