Re: [PATCH] net: pfcp: fix typo in message_priority field name

From: Charalampos Mitrodimas
Date: Tue Jun 10 2025 - 14:43:26 EST


RubenKelevra <rubenkelevra@xxxxxxxxx> writes:

> Fix 'message_priprity' typo to 'message_priority' in big endian
> bitfield definition. This typo breaks compilation on big endian
> architectures.
>
> Fixes: 6dd514f48110 ("pfcp: always set pfcp metadata")
> Cc: stable@xxxxxxxxxxxxxxx # commit 6dd514f48110 ("pfcp: always set pfcp metadata")
> Signed-off-by: RubenKelevra <rubenkelevra@xxxxxxxxx>
> ---
> include/net/pfcp.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

I had the same issue today, happy there's a patch for this.

Reviewed-by: Charalampos Mitrodimas <charmitro@xxxxxxxxxx>