From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933412AbcIVIxm (ORCPT ); Thu, 22 Sep 2016 04:53:42 -0400 Received: from mx0b-000f0801.pphosted.com ([67.231.152.113]:54133 "EHLO mx0a-000f0801.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933051AbcIVIxk (ORCPT ); Thu, 22 Sep 2016 04:53:40 -0400 Date: Thu, 22 Sep 2016 09:53:16 +0100 From: Derek Fawcus To: "R. Parameswaran" CC: , , , , , , , , , Subject: Re: [PATCH] L2TP:Adjust intf MTU, add underlay L3, overlay L2 Message-ID: <20160922085316.GA11264@dfawcus.brocade.com> Mail-Followup-To: "R. Parameswaran" , kleptog@svana.org, jchapman@katalix.com, mostrows@speakeasy.net, acme@xconectiva.com.br, netdev@vger.kernel.org, davem@redhat.com, linux-kernel@vger.kernel.org, nprachan@brocade.com, rshearma@brocade.com, stephen@networkplumber.org References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: Organization: Brocade Communications Systems User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-09-22_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609020000 definitions=main-1609220143 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 21, 2016 at 02:11:04pm -0700, R. Parameswaran wrote: > [snip] > @@ -206,6 +209,46 @@ static void l2tp_eth_show(struct seq_file *m, void > *arg) > } > #endif [snip] > + > static int l2tp_eth_create(struct net *net, u32 tunnel_id, u32 session_id, > u32 peer_session_id, struct l2tp_session_cfg *cfg) > { > struct net_device *dev; > @@ -255,11 +298,8 @@ static int l2tp_eth_create(struct net *net, u32 > tunnel_id, u32 session_id, u32 p > } > Your diff has whitespace errors, probably where your MUA has decided to do 'intelligent' line wrapping. You should (re)send from a proper MUA which does not suffer from this issue. DF