of/unittest: breadcrumbs to reduce pain of future maintainers
authorFrank Rowand <frank.rowand@sonymobile.com>
Sat, 14 Mar 2015 07:04:24 +0000 (00:04 -0700)
committerGrant Likely <grant.likely@linaro.org>
Sun, 29 Mar 2015 07:56:19 +0000 (08:56 +0100)
commitc8547119ce54ef6d3c0685ef3837514fa6e11d28
treee71780541755c4a515d799821ed9b99646b4697d
parent3db316d00bfa60c673c54f27cd5edc329a3b28b5
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>
drivers/of/unittest.c
This page took 0.025645 seconds and 5 git commands to generate.