From f8ca61996edb9f256e8b1564ba270fbd20e1d0ab Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Mon, 3 Nov 2014 13:02:58 +0000 Subject: [PATCH] Clarify TSO segment limit comment and remove two TABs to make lines a bit shorter. Sponsored by: Mellanox Technologies --- sys/net/if_var.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sys/net/if_var.h b/sys/net/if_var.h index f043717e5d0..4552b6c9b72 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -238,9 +238,12 @@ struct ifnet { * to find a better place for * it eventually. */ - /* TSO fields for segment limits. If a field is zero below, there is no limit. */ - u_int if_hw_tsomaxsegcount; /* TSO maximum segment count */ - u_int if_hw_tsomaxsegsize; /* TSO maximum segment size in bytes */ + /* + * TSO fields for segment limits. If a field below is zero, + * there is no TSO segment limit. + */ + u_int if_hw_tsomaxsegcount; /* TSO maximum segment count */ + u_int if_hw_tsomaxsegsize; /* TSO maximum segment size in bytes */ /* * Spare fields to be added before branching a stable branch, so