]> git.baikalelectronics.ru Git - kernel.git/commit
certs: Convert spaces in certs/Makefile to a tab
authorDavid Howells <dhowells@redhat.com>
Fri, 10 Jun 2022 18:35:55 +0000 (19:35 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Jun 2022 18:42:02 +0000 (11:42 -0700)
commita566ca42f1b013909eba41dffa34615309f7f3b1
treee7f21eb37f8540daeb791cc844cff580aaf5213e
parent3829d00797fdb72bbfd9c9eed07d0a943c2c3da7
certs: Convert spaces in certs/Makefile to a tab

There's a rule in certs/Makefile for which the command begins with eight
spaces.  This results in:

        ../certs/Makefile:21: FORCE prerequisite is missing
        ../certs/Makefile:21: *** missing separator.  Stop.

Fix this by turning the spaces into a tab.

Fixes: 4dbf0d7281b6 ("certs: Check that builtin blacklist hashes are valid")
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Reviewed-by: Mickaël Salaün <mic@linux.microsoft.com>
cc: keyrings@vger.kernel.org
Link: https://lore.kernel.org/r/486b1b80-9932-aab6-138d-434c541c934a@digikod.net/
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
certs/Makefile