On Fri, Apr 04, 2025 at 05:47:51PM +0800, Xuanqiang Luo wrote: > From: Xuanqiang Luo <luoxuanqiang@xxxxxxxxxx> > > The "nf_ct_tmpl_alloc" function had a redundant call to "NFCT_ALIGN" when > aligning the pointer "p". Since "NFCT_ALIGN" always gives the same result > for the same input. Applied to nf-next, thanks