From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752108AbbLRLmK (ORCPT ); Fri, 18 Dec 2015 06:42:10 -0500 Received: from mail.skyhub.de ([78.46.96.112]:39697 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751523AbbLRLmI (ORCPT ); Fri, 18 Dec 2015 06:42:08 -0500 Date: Fri, 18 Dec 2015 12:41:55 +0100 From: Borislav Petkov To: Fengguang Wu Cc: Andrew Morton , LKML , Doug Thompson Subject: Re: [PATCH 13/43] MAINTAINERS: fix git URL for EDAC Message-ID: <20151218114155.GC16977@pd.tnic> References: <20151218075123.282550478@intel.com> <20151218080625.745540243@intel.com> <20151218104908.GA16977@pd.tnic> <20151218105733.GA20734@wfg-t540p.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20151218105733.GA20734@wfg-t540p.sh.intel.com> 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 06:57:33PM +0800, Fengguang Wu wrote: > 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 Right, and IMO it should be done something like the diff below. The T: should contain the URL and if it is not clear from the URL type, the *type* of the repository should be appended and not some commands like "hg" or "quilt" or whatever. Especially if those commands don't necessarily tell you what the repo is unless you know what the executables' names mean. --- diff --git a/MAINTAINERS b/MAINTAINERS index 7271b6189ccf..09a9c76ff83e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -75,8 +75,8 @@ Descriptions of section entries: L: Mailing list that is relevant to this area W: Web-page with status/info Q: Patchwork web based patch tracking system site - T: SCM tree type and location. - Type is one of: git, hg, quilt, stgit, topgit + T: SCM tree type and location. If it is not clear from the SCM URL, the + SCM type is appended in brackets. S: Status, one of the following: Supported: Someone is actually paid to look after this. Maintained: Someone actually looks after it. @@ -1739,7 +1739,7 @@ M: Michal Simek R: Sören Brinkmann L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) W: http://wiki.xilinx.com -T: git https://github.com/Xilinx/linux-xlnx.git +T: https://github.com/Xilinx/linux-xlnx.git (git) S: Supported F: arch/arm/mach-zynq/ F: drivers/cpuidle/cpuidle-zynq.c @@ -5604,7 +5604,7 @@ M: Gang Wei M: Shane Wang L: tboot-devel@lists.sourceforge.net W: http://tboot.sourceforge.net -T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot +T: http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot (mercurial) S: Supported F: Documentation/intel_txt.txt F: include/linux/tboot.h -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.