diff options
author | 2015-03-13 15:21:41 +0900 | |
---|---|---|
committer | 2015-03-24 16:48:44 +0100 | |
commit | 3a975b8cfcbe026b535f83bde9a3c009bae214f9 (patch) | |
tree | f15341a6f0f32da859fa202ecb73fda5194ba65c /scripts/gdb/linux/modules.py | |
parent | kbuild: mergeconfig: remove redundant $(objtree) (diff) | |
download | wireguard-linux-3a975b8cfcbe026b535f83bde9a3c009bae214f9.tar.xz wireguard-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/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions