Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fefa5329 authored by Marek Lindner's avatar Marek Lindner Committed by Antonio Quartulli
Browse files

batman-adv: fix checkpatch string complaint



Regression introduced by: f76d019194e0a88c57371df169ecc979690a04c2

Signed-off-by: default avatarMarek Lindner <lindner_marek@yahoo.de>
Signed-off-by: default avatarAntonio Quartulli <ordex@autistici.org>
parent 13b2541b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1061,8 +1061,8 @@ static void bat_iv_ogm_process(const struct ethhdr *ethhdr,

	if (batman_ogm_packet->flags & NOT_BEST_NEXT_HOP) {
		bat_dbg(DBG_BATMAN, bat_priv,
			"Drop packet: ignoring all packets not forwarded from "
			"the best next hop (sender: %pM)\n", ethhdr->h_source);
			"Drop packet: ignoring all packets not forwarded from the best next hop (sender: %pM)\n",
			ethhdr->h_source);
		return;
	}