]> git.baikalelectronics.ru Git - kernel.git/commit
l2tp: avoid precidence issues in L2TP_SKB_CB macro
authorTom Parkin <tparkin@katalix.com>
Wed, 22 Jul 2020 16:32:14 +0000 (17:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jul 2020 01:08:39 +0000 (18:08 -0700)
commit5c158190f7b5492afd6ddcb4714dcdbc5dd2fe26
treee0880144f3ac858231f113b25fd4e75444c2af7a
parent0cda925fe27d41461da8adaf47d0263d8b797429
l2tp: avoid precidence issues in L2TP_SKB_CB macro

checkpatch warned about the L2TP_SKB_CB macro's use of its argument: add
braces to avoid the problem.

Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c