]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tc: skbmod style cleanup
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 12 Oct 2016 22:12:51 +0000 (15:12 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 12 Oct 2016 22:12:51 +0000 (15:12 -0700)
break long lines

tc/m_skbmod.c

index b7f4765711d8ff3bad1a2d6e71362c8349ab861c..0c293fc0f0ac451b6086fad41f6fea546097253c 100644 (file)
 static void skbmod_explain(void)
 {
        fprintf(stderr,
-               "Usage:... skbmod {[set <SETTABLE>] [swap <SWAPABLE>]} [CONTROL] [index INDEX]\n");
-       fprintf(stderr, "where SETTABLE is: [dmac DMAC] [smac SMAC] [etype ETYPE] \n");
-       fprintf(stderr, "where SWAPABLE is: \"mac\" to swap mac addresses\n");
-       fprintf(stderr, "note: \"swap mac\" is done after any outstanding D/SMAC change\n");
-       fprintf(stderr,
+               "Usage:... skbmod {[set <SETTABLE>] [swap <SWAPABLE>]} [CONTROL] [index INDEX]\n"
+               "where SETTABLE is: [dmac DMAC] [smac SMAC] [etype ETYPE]\n"
+               "where SWAPABLE is: \"mac\" to swap mac addresses\n"
+               "note: \"swap mac\" is done after any outstanding D/SMAC change\n"
                "\tDMAC := 6 byte Destination MAC address\n"
                "\tSMAC := optional 6 byte Source MAC address\n"
                "\tETYPE := optional 16 bit ethertype\n"