[PATCH 5/7] checkpatch: Improve --fix-inplace for TABSTOP

2017-11-16 Thread Knut Omang
If the --fix-inplace option for TABSTOP encounters a sitation with several spaces (but less than 8) at the end of an indentation, it will assume that there are extra indentation and align back to the nearest tabstop instead of the next. This might go undetected in a "full" checkpatch

[PATCH 5/7] checkpatch: Improve --fix-inplace for TABSTOP

2017-11-16 Thread Knut Omang
If the --fix-inplace option for TABSTOP encounters a sitation with several spaces (but less than 8) at the end of an indentation, it will assume that there are extra indentation and align back to the nearest tabstop instead of the next. This might go undetected in a "full" checkpatch