[PATCH v2 1/5] ath10k: fix checkpatch warnings related to spaces

2016-04-13 Thread Kalle Valo
Fix checkpatch warnings about use of spaces with operators: spaces preferred around that '*' (ctx:VxV) This has been recently added to checkpatch. Signed-off-by: Kalle Valo --- drivers/net/wireless/ath/ath10k/ce.c|6 +++--- drivers/net/wireless/ath/ath10k/ce.h|2 +- dri

Re: [PATCH v2 1/5] ath10k: fix checkpatch warnings related to spaces

2016-04-14 Thread Joe Perches
On Wed, 2016-04-13 at 14:13 +0300, Kalle Valo wrote: > Fix checkpatch warnings about use of spaces with operators: > spaces preferred around that '*' (ctx:VxV) > This has been recently added to checkpatch. Trivia: That's not a particularly recent change. > diff --git a/drivers/net/wireless/ath/at