Sorry, I forget to modify the title. I will sent another update.
On Sat, Aug 20, 2016 at 2:28 AM, Guillaume Nault <g.na...@alphalink.fr> wrote: > On Fri, Aug 19, 2016 at 05:55:26PM +0800, f...@ikuai8.com wrote: >> From: Gao Feng <f...@ikuai8.com> >> >> 1. Use PPP_ALLSTATIONS/PPP_UI instead of literal 0xff/0x03; >> 2. Use one static const global fixed_ppphdr instead of two same >> static variable ppph in two different functions; >> 3. Use SEND_SHUTDOWN instead of literal 2; >> >> Signed-off-by: Gao Feng <f...@ikuai8.com> >> --- >> v1: Initial patch >> > v1 again? > > BTW, no need to number your patch for a single patch series. > But you have to tell which tree is the series for. > > So instead of [PATCH v1 1/1], you should send [PATCH v2 net-next].