commit | 6f467e5f0cdc3c0304bfcabcbaf56970ddea3d52 | [log] [tgz] |
---|---|---|
author | Will Sheppard <wsheppard@embedded-bits.co.uk> | Wed Oct 15 09:38:47 2014 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Nov 25 16:18:45 2014 +0000 |
tree | b73fa8c6801fe63cb4326258f477c850bf2fbb21 | |
parent | 6cbac55368324ec2a0e59e192c5b596d0f4569f7 [diff] |
mfd: arizona-spi: Add lines after declarations - checkpatch catch This was found whilst running checkpatch.pl on arizona-spi. WARNING: Missing a blank line after declarations + struct arizona *arizona = spi_get_drvdata(spi); + arizona_dev_exit(arizona); Signed-off-by: Will Sheppard <wsheppard@embedded-bits.co.uk> Signed-off-by: Lee Jones <lee.jones@linaro.org>