Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7C660C433F5 for ; Sat, 20 Nov 2021 07:48:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234015AbhKTHv6 (ORCPT ); Sat, 20 Nov 2021 02:51:58 -0500 Received: from alexa-out-sd-02.qualcomm.com ([199.106.114.39]:12792 "EHLO alexa-out-sd-02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230196AbhKTHvy (ORCPT ); Sat, 20 Nov 2021 02:51:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1637394532; x=1668930532; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=1ibJOyP4jJT4y0c81VAvgOeXbtAdjj1j0sCkGyFJanI=; b=dypP9bg9uv37/120k8EqUyQJzH6GUORqcL/xsqBBKrtaFftpYmPwVCdf tcB7VXY6o3fiO18rtiB3RvhSR77xCNHCXcT/vZO4xKUuCYkr/cz6WZAAM XVFnU4o2MEQm04EPQL+8gsfyO7aFE89QHcYrMydID+3J3/xIppHdVPcZs s=; Received: from unknown (HELO ironmsg04-sd.qualcomm.com) ([10.53.140.144]) by alexa-out-sd-02.qualcomm.com with ESMTP; 19 Nov 2021 23:48:51 -0800 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg04-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Nov 2021 23:48:51 -0800 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.922.19; Fri, 19 Nov 2021 23:48:51 -0800 Received: from [10.38.245.239] (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.922.19; Fri, 19 Nov 2021 23:48:48 -0800 Message-ID: Date: Fri, 19 Nov 2021 23:48:46 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: [PATCH] MAINTAINERS: update designated reviewer entry for MSM DRM driver Content-Language: en-US To: Joe Perches , CC: , , , , , , , , References: <1637363916-18257-1-git-send-email-quic_abhinavk@quicinc.com> From: Abhinav Kumar In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Joe Thanks for the feedback. On 11/19/2021 7:34 PM, Joe Perches wrote: > On Fri, 2021-11-19 at 15:18 -0800, Abhinav Kumar wrote: >> Adding myself as a designated reviewer to assist with the >> code reviews for the changes coming into MSM DRM. >> >> Acked-by: Rob Clark >> Signed-off-by: Abhinav Kumar > [] >> diff --git a/MAINTAINERS b/MAINTAINERS > [] >> @@ -5938,6 +5938,7 @@ M: Sean Paul >> L: linux-arm-msm@vger.kernel.org >> L: dri-devel@lists.freedesktop.org >> L: freedreno@lists.freedesktop.org >> +R: Abhinav Kumar >> S: Maintained >> T: git https://gitlab.freedesktop.org/drm/msm.git >> F: Documentation/devicetree/bindings/display/msm/ > > R: goes after M: not L: > I have fixed this and pushed it again. > Thanks Abhinav