Re: [PATCH net-next] skbuff: remove unused variable `doff'

2016-05-10 Thread David Miller
From: Sowmini Varadhan Date: Tue, 10 May 2016 12:38:08 -0400 > There are two instances of an unused variable, `doff' added by > commit 6fa01ccd8830 ("skbuff: Add pskb_extract() helper function") > in pskb_carve_inside_header() and pskb_carve_inside_nonlinear(). > Remove these instances, they are

[PATCH net-next] skbuff: remove unused variable `doff'

2016-05-10 Thread Sowmini Varadhan
There are two instances of an unused variable, `doff' added by commit 6fa01ccd8830 ("skbuff: Add pskb_extract() helper function") in pskb_carve_inside_header() and pskb_carve_inside_nonlinear(). Remove these instances, they are not used. Reported by: Daniel Borkmann Signed-off-by: Sowmini Varadha