From: Stephen Hemminger Date: Wed, 12 Oct 2016 22:12:51 +0000 (-0700) Subject: tc: skbmod style cleanup X-Git-Tag: v4.9.0~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=557b7054455e8ae0f938cf6d2ba543c87c9db12f;p=thirdparty%2Fiproute2.git tc: skbmod style cleanup break long lines --- diff --git a/tc/m_skbmod.c b/tc/m_skbmod.c index b7f476571..0c293fc0f 100644 --- a/tc/m_skbmod.c +++ b/tc/m_skbmod.c @@ -29,11 +29,10 @@ static void skbmod_explain(void) { fprintf(stderr, - "Usage:... skbmod {[set ] [swap ]} [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 ] [swap ]} [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"