From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v3 net-next 0/9] net: hns: fix the typo of hns Date: Fri, 01 Jul 2016 16:57:38 -0400 (EDT) Message-ID: <20160701.165738.140277587270872600.davem@davemloft.net> References: <1467365653-83331-1-git-send-email-Yisen.Zhuang@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: salil.mehta@huawei.com, akpm@linux-foundation.org, gregkh@linuxfoundation.org, kvalo@codeaurora.org, mchehab@osg.samsung.com, linux@roeck-us.net, jslaby@suse.cz, yankejian@huawei.com, huangdaode@hisilicon.com, lipeng321@huawei.com, xieqianqian@huawei.com, arnd@arndb.de, andrew@lunn.ch, xypron.glpk@gmx.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linuxarm@huawei.com To: Yisen.Zhuang@huawei.com Return-path: In-Reply-To: <1467365653-83331-1-git-send-email-Yisen.Zhuang@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Yisen Zhuang Date: Fri, 1 Jul 2016 17:34:04 +0800 > This series includes typo fixes which review by Andy, adding > the hns maintainer to MAINTAINERS, as below: > > > from Daode: adds the maintainer for hns driver; > > > from Daode: fix the typo of hns reviewed by Andy Shevchenko; > > > from Kejian: one remove redundant function and two fix to get > configuration from DT. > > changlog: > v2 -> v3: > match all files in and below drivers/net/ethernet/hisilicon/ > > v1 -> v2: > fix the indentations reviewed by David. Series applied, thanks.