aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/gso/hdr_offset_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/gso/hdr_offset_parser.h')
-rw-r--r--src/vnet/gso/hdr_offset_parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vnet/gso/hdr_offset_parser.h b/src/vnet/gso/hdr_offset_parser.h
index 8fa5cad56d1..bfe04217fa2 100644
--- a/src/vnet/gso/hdr_offset_parser.h
+++ b/src/vnet/gso/hdr_offset_parser.h
@@ -82,7 +82,6 @@ format_generic_header_offset (u8 * s, va_list * args)
{
generic_header_offset_t *gho = va_arg (*args, generic_header_offset_t *);
- s = format (s, "\n\t");
if (gho->gho_flags & GHO_F_TUNNEL)
{
if (gho->gho_flags & GHO_F_VXLAN_TUNNEL)