commit | f00790aaf2e240f57d19dab39e07f0ab87c6d95c | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Wed Oct 24 10:20:16 2018 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Thu Nov 08 10:53:05 2018 +0000 |
tree | e7f5a4cbc4669107895fa67825b224dc73f98cdd | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a [diff] |
ARM: Kconfig: remove useless parenthesis Remove useless parenthesis from the Kconfig - Kconfig is not C, and can cope without parenthesising e.g. single symbols to 'if'. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>