commit | 12849b63a4e9e22fb63d0fc967726e8cdf2a19c2 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Mon Nov 10 12:28:36 2014 +0000 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Nov 25 16:18:53 2014 +0000 |
tree | 62dcf16b36dcff1e4d7553eec34e2e9c668fbd77 | |
parent | 1a5fb99de4850cba710d91becfa2c65653048589 [diff] |
mfd: tps65090: Fix bonkers indenting strategy First spotted pointless (incorrect) indent of 'if (ret)', then double indentations of a struct attribute 'mask'. Decided to go through the whole file and make amendments instead and this is the result. Signed-off-by: Lee Jones <lee.jones@linaro.org>