Re: [PATCH 1/7] crypto: ux500: Use spinlock_t instead of struct spinlock

2019-07-26 Thread Herbert Xu
Sebastian Andrzej Siewior wrote: > For spinlocks the type spinlock_t should be used instead of "struct > spinlock". > > Use spinlock_t for spinlock's definition. > > Cc: Herbert Xu > Cc: "David S. Miller" > Cc: linux-crypto@vger.kernel.org > Signed-off-by: Sebastian Andrzej Siewior > --- > dr

Re: [PATCH 1/7] crypto: ux500: Use spinlock_t instead of struct spinlock

2019-07-26 Thread Thomas Gleixner
On Thu, 4 Jul 2019, Sebastian Andrzej Siewior wrote: Polite reminder... > For spinlocks the type spinlock_t should be used instead of "struct > spinlock". > > Use spinlock_t for spinlock's definition. > > Cc: Herbert Xu > Cc: "David S. Miller" > Cc: linux-crypto@vger.kernel.org > Signed-off-b

[PATCH 1/7] crypto: ux500: Use spinlock_t instead of struct spinlock

2019-07-04 Thread Sebastian Andrzej Siewior
For spinlocks the type spinlock_t should be used instead of "struct spinlock". Use spinlock_t for spinlock's definition. Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org Signed-off-by: Sebastian Andrzej Siewior --- drivers/crypto/ux500/cryp/cryp.h | 4 ++-- drivers/cr