Re: [PATCH v1] netfilter: conntrack: Convert to use ERR_CAST()
From: Pablo Neira Ayuso
Date: Tue Sep 03 2024 - 04:47:16 EST
On Wed, Aug 28, 2024 at 07:06:51PM +0800, Shen Lichuan wrote:
> Use the ERR_CAST macro to clearly indicate that this is a pointer
> to an error value and that a type conversion was performed.
Applied, thanks