commit | c8547119ce54ef6d3c0685ef3837514fa6e11d28 | [log] [tgz] |
---|---|---|
author | Frank Rowand <frank.rowand@sonymobile.com> | Sat Mar 14 00:04:24 2015 -0700 |
committer | Grant Likely <grant.likely@linaro.org> | Sun Mar 29 08:56:19 2015 +0100 |
tree | e71780541755c4a515d799821ed9b99646b4697d | |
parent | 3db316d00bfa60c673c54f27cd5edc329a3b28b5 [diff] |
of/unittest: breadcrumbs to reduce pain of future maintainers Fix warnings pointed out by checkpatch. Checkpatch warns: externs should be avoided in .c files Reducing pain for future maintainers - adding a comment so that anyone trying to find where the extern data is created will be able to find it. (grep will not find that location) Signed-off-by: Frank Rowand <frank.rowand@sonymobile.com> Signed-off-by: Grant Likely <grant.likely@linaro.org>