summaryrefslogtreecommitdiffstats
path: root/scripts/checksyscalls.sh
diff options
context:
space:
mode:
authorMasahiro Yamada2015-03-13 07:21:41 +0100
committerMichal Marek2015-03-24 16:48:44 +0100
commit3a975b8cfcbe026b535f83bde9a3c009bae214f9 (patch)
treef15341a6f0f32da859fa202ecb73fda5194ba65c /scripts/checksyscalls.sh
parentkbuild: mergeconfig: remove redundant $(objtree) (diff)
downloadkernel-qcow2-linux-3a975b8cfcbe026b535f83bde9a3c009bae214f9.tar.gz
kernel-qcow2-linux-3a975b8cfcbe026b535f83bde9a3c009bae214f9.tar.xz
kernel-qcow2-linux-3a975b8cfcbe026b535f83bde9a3c009bae214f9.zip
merge_config.sh: improve indentation
It is true that we do not want to move the code too far to the right, but something like below is not preferred: if [ "x$PREV_VAL" != "x$NEW_VAL" ] ; then echo Value of $CFG is redefined by fragment $MERGE_FILE: echo Previous value: $PREV_VAL echo New value: $NEW_VAL echo elif [ "$WARNREDUN" = "true" ]; then echo Value of $CFG is redundant by fragment $MERGE_FILE: fi To fix this, call "continue" if the "grep" command fails to find the given CONFIG. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Reviewed-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/checksyscalls.sh')
0 files changed, 0 insertions, 0 deletions