aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/overlay-notes.txt
diff options
context:
space:
mode:
authorFrank Rowand <frank.rowand@sony.com>2017-10-17 16:36:22 -0700
committerRob Herring <robh@kernel.org>2017-10-17 20:46:15 -0500
commitbbed8794d53b7043d7989e22bc2e1e399da305eb (patch)
tree3a268571f05b0c7482986afd0d441578be92acb3 /Documentation/devicetree/overlay-notes.txt
parentof: overlay.c: Remove comments that state the obvious, to reduce clutter (diff)
downloadlinux-dev-bbed8794d53b7043d7989e22bc2e1e399da305eb.tar.xz
linux-dev-bbed8794d53b7043d7989e22bc2e1e399da305eb.zip
of: overlay.c: Convert comparisons to zero or NULL to logical expressions
Use normal shorthand for comparing a variable to zero. For variable "XXX": convert (XXX == 0) to (!XXX) convert (XXX != 0) to (XXX) Signed-off-by: Frank Rowand <frank.rowand@sony.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions