commit | c28d0c5dd742af8cfd2b03ef7cd9360881c63e03 | [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 | 171e5bf119509edef00ece08ed84101e5e7139aa [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>