Re: [PATCH net-next] net: batman-adv: constify and move broadcast addr definition

From: Sven Eckelmann
Date: Wed Apr 09 2025 - 04:14:49 EST


On Tuesday, 8 April 2025 17:53:36 CEST Matthias Schiffer wrote:
> + const u8 broadcast_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};

Should most likely be "static const u8 ..."

(checkpatch STATIC_CONST_CHAR_ARRAY)

Kind regards,
Sven

Attachment: signature.asc
Description: This is a digitally signed message part.