Re: [PATCH net] net/sched: The error lable position is corrected in ct_init_module
From: David Miller <davem@davemloft.net>
Date: 2020-07-31 23:36:36
From: David Miller <davem@davemloft.net>
Date: 2020-07-31 23:36:36
From: Liu Jian <redacted> Date: Thu, 30 Jul 2020 16:14:28 +0800
From: liujian <redacted>
Exchange the positions of the err_tbl_init and err_register labels in
ct_init_module function.
Fixes: c34b961a2492 ("net/sched: act_ct: Create nf flow table per zone")
Signed-off-by: liujian <redacted>Applied, thank you.