RubenKelevra rubenkelevra@gmail.com 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@vger.kernel.org # commit 6dd514f48110 ("pfcp: always set pfcp metadata") Signed-off-by: RubenKelevra rubenkelevra@gmail.com
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@posteo.net