diff options
author | Kees Cook <keescook@chromium.org> | 2017-11-22 21:56:45 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2017-11-23 20:09:31 +0100 |
commit | 75f1133873d6a1276d3c19918b7c94975840f990 (patch) | |
tree | 421c20209b771710454d53e22a879ceb84543cec /init/Kconfig | |
parent | irqchip/imgpdc: Use resource_size function on resource object (diff) | |
download | linux-75f1133873d6a1276d3c19918b7c94975840f990.tar.xz linux-75f1133873d6a1276d3c19918b7c94975840f990.zip |
genirq/matrix: Make - vs ?: Precedence explicit
Noticed with a Clang build. This improves the readability of the ?:
expression, as it has lower precedence than the - expression. Show
explicitly that - is evaluated first.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20171122205645.GA27125@beast
Diffstat (limited to 'init/Kconfig')
0 files changed, 0 insertions, 0 deletions