commit | af762c0b0de586937409346d94d1f09035a5e64f | [log] [tgz] |
---|---|---|
author | Kalle Valo <kvalo@qca.qualcomm.com> | Sun Sep 14 12:50:17 2014 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Sep 18 10:45:32 2014 +0300 |
tree | 238181664cd1b6619f2633628ed36e0089898017 | |
parent | c6e2e60e858efa8dd92d94f5d442068fb12b9967 [diff] |
ath10k: fix missing a blank line after declarations Fixes checkpatch warnings: WARNING: Missing a blank line after declarations Please note that some of the cases I fixed by moving the variable declarations to the beginning of the function, which is the preferred style in ath10k. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>