commit | 0309528aae8ac0a4d7b32428f6a7debc84becc9c | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Fri Jul 25 15:31:02 2014 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Fri Jul 25 15:31:02 2014 +0100 |
tree | cbd248342ed5a8f348ee097af931403fdfd1faa8 | |
parent | c06f308aa3318c60d5d6dd41a6244ce2177a7f45 [diff] |
mfd: ezx-pcap: Repair coding style errors picked up with checkpatch This is part of an effort to clean-up the MFD subsystem. WARNING: sizeof t should be sizeof(t) + memset(&t, 0, sizeof t); WARNING: void function return statements are not generally useful + return; +} total: 0 errors, 2 warnings, 542 lines checked Signed-off-by: Lee Jones <lee.jones@linaro.org>