]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
batman-adv: fix checkpatch string complaint
authorMarek Lindner <lindner_marek@yahoo.de>
Sat, 17 Mar 2012 07:28:34 +0000 (15:28 +0800)
committerAntonio Quartulli <ordex@autistici.org>
Fri, 11 May 2012 11:56:06 +0000 (13:56 +0200)
Regression introduced by: f76d019194e0a88c57371df169ecc979690a04c2

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
net/batman-adv/bat_iv_ogm.c

index bafb47370b4c8790165e0c3e15ffb643170eefbd..abd10c490fd95ee1b0b5bf75359ddf03dee4c272 100644 (file)
@@ -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;
        }