commit | b2d60415684663d9dfc616ed97a6f78b3c73c29a | [log] [tgz] |
---|---|---|
author | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Feb 02 12:47:45 2017 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Feb 07 10:43:21 2017 +0200 |
tree | e99760d97c2d02c0d14c3b2b9be1d886f0e4b34d | |
parent | 36401cb7ffae731295a6dd1ce2b40d7ad74245f4 [diff] |
ath10k: prefer unsigned int over just unsigned Fixes new checkpatch warnings: drivers/net/wireless/ath/ath10k/htt.h:1639: Prefer 'unsigned int' to bare use of 'unsigned' drivers/net/wireless/ath/ath10k/htt.h:1660: Prefer 'unsigned int' to bare use of 'unsigned' Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>