Fix format of patches passed to checkpatch
Antonio Nino Diaz authored
Checkpatch is a script developed to verify the style of Linux kernel
patches. As Kernel developers use emails to send patches for review,
checkpatch is prepared for that specific format. This change adapts
the Makefile to use said format.

As a result, indentation in the commit message has been removed, thus
fixing the warnings about Signed-off-by lines being preceded by
whitespace.

Fixes ARM-software/tf-issues#432

Change-Id: I00cb86365fe15f7e2c3a99a306c8eb51cf02fe86
Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
c626311e
Name Last commit Last update
bl1 AArch32: Fix detection of virtualization support
bl2 AArch32: Add generic changes in BL2
bl2u Introduce SEPARATE_CODE_AND_RODATA build flag
bl31 Add PMF instrumentation points in TF
bl32 PSCI: Do psci_setup() as part of std_svc_setup()
common AArch32: Common changes needed for BL1/BL2
docs Merge pull request #733 from danh-arm/dh/v1.3-final
drivers GICv3: Allow either G1S or G0 interrupts to be configured
fdts Merge pull request #727 from soby-mathew/sm/PSCI_lib_doc
include Merge pull request #735 from soby-mathew/sm/aarch32_sctlr
lib Merge pull request #735 from soby-mathew/sm/aarch32_sctlr
make_helpers Replace fip_create with fiptool
plat Merge pull request #729 from dp-arm/dp/arm-sip
services Add PMF instrumentation points in TF
tools Merge pull request #710 from dp-arm/dp/fiptool-usage
.checkpatch.conf Move checkpatch options in a configuration file
.gitignore Replace fip_create with fiptool
Makefile Fix format of patches passed to checkpatch
acknowledgements.md Add Xilinx to acknowledgements file
contributing.md Drop requirement for CLA in contribution.md
dco.txt Drop requirement for CLA in contribution.md
license.md Update year in copyright text to 2014
readme.md Update readme.md for v1.3