]> git.baikalelectronics.ru Git - kernel.git/commit
gtp: Fix inconsistent indenting
authorWojciech Drewek <wojciech.drewek@intel.com>
Mon, 14 Mar 2022 16:41:37 +0000 (17:41 +0100)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Wed, 16 Mar 2022 15:47:02 +0000 (08:47 -0700)
commit25185fe8020c5f50aa6b6dfc5482fedbc6785f69
tree41ca42e9e4b8afd280f591b5b2bff4c2d381bd17
parent1c26a6473573dfc2eb1dab58c25d1daac2905d4b
gtp: Fix inconsistent indenting

Fix the following warning as reported by smatch:

New smatch warnings:
drivers/net/gtp.c:1796 gtp_genl_send_echo_req() warn: inconsistent indenting

Fixes: 8a61fd9df036 ("gtp: Implement GTP echo request")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Wojciech Drewek <wojciech.drewek@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/gtp.c