]> git.baikalelectronics.ru Git - arm-tf.git/commit
Fix format of patches passed to checkpatch
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Thu, 27 Oct 2016 08:36:09 +0000 (09:36 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Thu, 27 Oct 2016 10:09:51 +0000 (11:09 +0100)
commitc626311e499640d0366970c4eb4bbeec98203ff7
treea952a23bbc714c6b1b2d6fccff8bae63f761bca2
parente1c4274091ed0861c31566f82db262d3604836a2
Fix format of patches passed to checkpatch

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: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Makefile