From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Nault Subject: Re: [PATCH net-next 3/3] l2tp: mark L2TP_ATTR_L2SPEC_LEN as not used Date: Wed, 10 Jan 2018 18:59:03 +0100 Message-ID: <20180110175903.GB1434@alphalink.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: davem@davemloft.net, netdev@vger.kernel.org, jchapman@katalix.com To: Lorenzo Bianconi Return-path: Received: from zimbra.alphalink.fr ([217.15.80.77]:50698 "EHLO zimbra.alphalink.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751821AbeAJR7F (ORCPT ); Wed, 10 Jan 2018 12:59:05 -0500 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Jan 10, 2018 at 06:20:42PM +0100, Lorenzo Bianconi wrote: > Signed-off-by: Lorenzo Bianconi > --- > include/uapi/linux/l2tp.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/uapi/linux/l2tp.h b/include/uapi/linux/l2tp.h > index 71e62795104d..ec609a017691 100644 > --- a/include/uapi/linux/l2tp.h > +++ b/include/uapi/linux/l2tp.h > @@ -97,7 +97,7 @@ enum { > L2TP_ATTR_OFFSET, /* u16 (not used) */ > L2TP_ATTR_DATA_SEQ, /* u16 */ > L2TP_ATTR_L2SPEC_TYPE, /* u8, enum l2tp_l2spec_type */ > - L2TP_ATTR_L2SPEC_LEN, /* u8, enum l2tp_l2spec_type */ > + L2TP_ATTR_L2SPEC_LEN, /* u8, (not used) */ > Nitpick: if you repost this series, you can remove the comma between 'u8' and '(not used)' (to keep the format used by L2TP_ATTR_OFFSET).