aboutsummaryrefslogtreecommitdiff
path: root/.checkpatch.conf
AgeCommit message (Collapse)Author
2015-09-16checkpatch: allow comparison to NULLPetri Savolainen
Allow comparison to NULL since ODP API calls may return NULL and test applications should be able to compare against that, instead of forced to compare against 0 (!ptr). Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2015-09-11checkpatch.conf allow split stringsMike Holmes
ODP has proven a need to accommodate strings that cannot be accommodated on an 80 character line. Allow spilt strings as the preferred way of solving the issue so that check patch rules do not make code submission impossible. Do this in a way that does not require merging local changes to check patch when updating to a new upstream version. https://bugs.linaro.org/show_bug.cgi?id=1746 Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2015-06-04checkpatch: use codespell for odpMaxim Uvarov
Turn on spelling checks with codespell tool. Tool can be installed with apt-get install codespell. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Mike Holmes <mike.holmes@linaro.org>
2014-02-24Makefiles: Allow CFLAGS to overide the buildMike Holmes
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
2013-12-23checkpatch.conf: ignore new typedefsKim Phillips
since we are in the process of defining new typedefs. Signed-off-by: Kim Phillips <kim.phillips@linaro.org>