commit | fd0bc263d96778673052f4507d16d81228408436 | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Tue May 15 11:56:58 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 25 08:12:40 2018 -0400 |
tree | 109a920ead0ba306993dbaa89eb6dbd03eee941a | |
parent | ba4d2eca96d2f6b516a9e2d4a5f26ac881ff71f5 [diff] |
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>