commit | 3934788a7b4df71f8bd7a2a1f1c0480f06a2076e | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Sep 10 19:02:25 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 18 11:28:36 2017 -0700 |
tree | b310fc1c24027b6f968a0dfc687cc8a995301e35 | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e [diff] |
net: tcp_input: Neaten DBGUNDO Move the #ifdef into the static void function so that the use of DBGUNDO is validated when FASTRETRANS_DEBUG <= 1. Remove the now unnecessary #else and #define DBGUNDO. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>