From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8FF33C004D2 for ; Fri, 28 Sep 2018 21:57:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 615C620779 for ; Fri, 28 Sep 2018 21:57:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 615C620779 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727221AbeI2EXI (ORCPT ); Sat, 29 Sep 2018 00:23:08 -0400 Received: from smtprelay0123.hostedemail.com ([216.40.44.123]:54465 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725985AbeI2EXI (ORCPT ); Sat, 29 Sep 2018 00:23:08 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay07.hostedemail.com (Postfix) with ESMTP id 3E1B9181D341A; Fri, 28 Sep 2018 21:57:24 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: fruit05_7aad79b8a2232 X-Filterd-Recvd-Size: 2718 Received: from joe-laptop.perches.com (unknown [47.151.153.53]) (Authenticated sender: joe@perches.com) by omf09.hostedemail.com (Postfix) with ESMTPA; Fri, 28 Sep 2018 21:57:22 +0000 (UTC) From: Joe Perches To: linux-kernel@vger.kernel.org Cc: Eugen Hristev , linux-media@vger.kernel.org, Laurent Pinchart , Josh Wu , Guennadi Liakhovetski , Mauro Carvalho Chehab Subject: Bad MAINTAINERS pattern in section 'MICROCHIP ISI DRIVER' Date: Fri, 28 Sep 2018 14:57:21 -0700 Message-Id: <20180928215721.30421-1-joe@perches.com> X-Mailer: git-send-email 2.15.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Please fix this defect appropriately. linux-next MAINTAINERS section: 9550 MICROCHIP ISI DRIVER 9551 M: Eugen Hristev 9552 L: linux-media@vger.kernel.org 9553 S: Supported 9554 F: drivers/media/platform/atmel/atmel-isi.c --> 9555 F: include/media/atmel-isi.h Commit that introduced this: commit 92de0f8845adcd55f37f581ddc6c09f1127e217a Author: Nicolas Ferre Date: Wed Aug 29 16:31:46 2018 +0200 MAINTAINERS: move former ATMEL entries to proper MICROCHIP location Standardize the Microchip / Atmel entries with the same form and move them so that they are all located at the same place, under the newer MICROCHIP banner. Only modifications to the titles of the entries are done in this patch. Signed-off-by: Nicolas Ferre Signed-off-by: Alexandre Belloni MAINTAINERS | 154 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 77 insertions(+), 77 deletions(-) Last commit with include/media/atmel-isi.h commit 40a78f36fc92bb156872468fb829984a9d946df7 Author: Laurent Pinchart Date: Sat Aug 1 06:22:54 2015 -0300 [media] v4l: atmel-isi: Remove support for platform data All in-tree users have migrated to DT, remove support for platform data. Signed-off-by: Laurent Pinchart [josh.wu@atmel.com: squash the commit to remove the unused variable: dev] Signed-off-by: Josh Wu Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/soc_camera/atmel-isi.c | 24 ++++++---------------- .../media/platform/soc_camera}/atmel-isi.h | 0 2 files changed, 6 insertions(+), 18 deletions(-)