From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752846AbcAGJkn (ORCPT ); Thu, 7 Jan 2016 04:40:43 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:23050 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751616AbcAGJkR (ORCPT ); Thu, 7 Jan 2016 04:40:17 -0500 Date: Thu, 7 Jan 2016 12:40:01 +0300 From: Dan Carpenter To: Sudeep Dutt , Greg Kroah-Hartman Cc: Ashutosh Dixit , Joe Perches , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Andrew Morton Subject: [patch] MAINTAINERS: fix MIC maintainers entry Message-ID: <20160107094001.GE27186@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There were some missing colons so we stop parsing the MIC maintainers entry early. It means that: ./scripts/get_maintainer.pl -f drivers/misc/mic/card/mic_virtio.c doesn't work. Signed-off-by: Dan Carpenter diff --git a/MAINTAINERS b/MAINTAINERS index 248828d..070346d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5749,11 +5749,11 @@ F: include/linux/mic_bus.h F: include/linux/scif.h F: include/uapi/linux/mic_common.h F: include/uapi/linux/mic_ioctl.h -F include/uapi/linux/scif_ioctl.h +F: include/uapi/linux/scif_ioctl.h F: drivers/misc/mic/ F: drivers/dma/mic_x100_dma.c F: drivers/dma/mic_x100_dma.h -F Documentation/mic/ +F: Documentation/mic/ INTEL PMC/P-Unit IPC DRIVER M: Zha Qipeng