]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit68e961408b03a52490869a39c5875c5e7ad49c80
treee71780541755c4a515d799821ed9b99646b4697d
parent51e779b7069596a248629ed883e24d851f7b8eec
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