n_hdlc: remove useless whitespace at line wraps
authorJiri Slaby <jslaby@suse.cz>
Wed, 19 Feb 2020 08:41:14 +0000 (09:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Feb 2020 09:24:34 +0000 (10:24 +0100)
commit43741e9bc0fb42d01e0eabad7fcfee66a9f0e21a
treec7746fc6f9128f47c8fda10dba601cb972ed534a
parentd86b05cb0e20a52a7e7bbfbcf116d3c792481b57
n_hdlc: remove useless whitespace at line wraps

Do
  s@[ \t]\+$@@
  s@ \+\t@\t@
on the file as there are many spaces at the begininning of lines and
many spaces/tabs at EOLs. And vim screamed.

git show -w is supposed to show no difference here.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200219084118.26491-20-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_hdlc.c