checkpatch: ignore GIT_COMMIT_ID
authorJuan Castillo <juan.castillo@arm.com>
Wed, 11 Mar 2015 14:21:53 +0000 (14:21 +0000)
committerJuan Castillo <juan.castillo@arm.com>
Wed, 11 Mar 2015 15:45:59 +0000 (15:45 +0000)
commit9b4ee6b3e3dcbc6892c2a658f895bd83124dac51
tree3c83c3e0e8b9588ab48e4bd0db53294a2544eff5
parent5930eadbe5d8d4c3f15fd910476f72cd5bf86f44
checkpatch: ignore GIT_COMMIT_ID

By default, the checkpatch script requires that commit references
included in commit messages follow a predefined format. Github
merge commits do not follow this convention, causing the code
style test to fail when a new pull request is created.

This patch adds the ignore GIT_COMMIT_ID option to the checkpatch
parameters. This flag indicates the tool to ignore the commit
message format.

Change-Id: I37133cc5cf803f664b8ff00f62d458b39f06918c
Makefile