]> git.baikalelectronics.ru Git - uboot.git/commit
tpm: remove extra spaces between a function and its opening bracket
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 15 May 2018 09:56:58 +0000 (11:56 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 25 May 2018 12:12:40 +0000 (08:12 -0400)
commit0f837c0ed748146ddcfbdc8ef59496847428aa94
tree109a920ead0ba306993dbaa89eb6dbd03eee941a
parentfe0141056826d7e3598ff6d529bec583b366dcfd
tpm: remove extra spaces between a function and its opening bracket

Fix following checkpatch.pl issue in TPM-related code:

    WARNING: space prohibited between function name and open
    parenthesis '('

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/tpm.c