> diff --git a/net/l2tp/l2tp_debugfs.c b/net/l2tp/l2tp_debugfs.c > index eb69411..2c30587 100644 > --- a/net/l2tp/l2tp_debugfs.c > +++ b/net/l2tp/l2tp_debugfs.c > @@ -180,8 +180,8 @@ static void l2tp_dfs_seq_session_show(struct seq_file *m, > void *v) > session->lns_mode ? "LNS" : "LAC", > session->debug, > jiffies_to_msecs(session->reorder_timeout)); > - seq_printf(m, " offset %hu l2specific %hu/%hu\n", > - session->offset, session->l2specific_type, > session->l2specific_len); > + seq_printf(m, " offset 0 l2specific %hu/%hu\n", > + session->l2specific_type, session->l2specific_len); > Can't we drop "offset" completely?
- [PATCH net-next 0/4] l2tp: remove configurable offset para... James Chapman
- [PATCH net-next 3/4] l2tp: remove configurable payloa... James Chapman
- Re: [PATCH net-next 3/4] l2tp: remove configurabl... Guillaume Nault
- Re: [PATCH net-next 3/4] l2tp: remove configu... James Chapman
- Re: [PATCH net-next 3/4] l2tp: remove con... Guillaume Nault
- [PATCH net-next 1/4] l2tp: revert "l2tp: add pee... James Chapman
- [PATCH net-next 2/4] l2tp: revert "l2tp: fix mis... James Chapman
- [PATCH net-next 4/4] l2tp: add comment in API header ... James Chapman
- Re: [PATCH net-next 0/4] l2tp: remove configurable of... Guillaume Nault
- Re: [PATCH net-next 0/4] l2tp: remove configurabl... David Miller