From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752108AbbLRK5i (ORCPT ); Fri, 18 Dec 2015 05:57:38 -0500 Received: from mga02.intel.com ([134.134.136.20]:35947 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751710AbbLRK5g (ORCPT ); Fri, 18 Dec 2015 05:57:36 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,445,1444719600"; d="scan'208";a="620102739" Date: Fri, 18 Dec 2015 18:57:33 +0800 From: Fengguang Wu To: Borislav Petkov Cc: Andrew Morton , LKML , Doug Thompson Subject: Re: [PATCH 13/43] MAINTAINERS: fix git URL for EDAC Message-ID: <20151218105733.GA20734@wfg-t540p.sh.intel.com> References: <20151218075123.282550478@intel.com> <20151218080625.745540243@intel.com> <20151218104908.GA16977@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151218104908.GA16977@pd.tnic> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 18, 2015 at 11:49:08AM +0100, Borislav Petkov wrote: > On Fri, Dec 18, 2015 at 03:51:36PM +0800, Fengguang Wu wrote: > > CC: Doug Thompson > > CC: Borislav Petkov > > Signed-off-by: Fengguang Wu > > --- > > MAINTAINERS | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > --- linux.orig/MAINTAINERS 2015-12-18 15:43:27.677016878 +0800 > > +++ linux/MAINTAINERS 2015-12-18 15:43:27.673016878 +0800 > > @@ -3945,8 +3945,8 @@ M: Borislav Petkov > > M: Mauro Carvalho Chehab > > L: linux-edac@vger.kernel.org > > W: bluesmoke.sourceforge.net > > -T: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next > > -T: git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next > > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next > > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next > > Huh, "git git://"? That's twice and the protocol git:// already says > what kind of a repo this is. > > This is redundant. That's the required format, documented earlier in MAINTAINERS: T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit Which is followed all other places, eg. T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git T: git https://github.com/Xilinx/linux-xlnx.git Thanks, Fengguang