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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 477F0C77B7A for ; Tue, 6 Jun 2023 14:48:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237683AbjFFOsB (ORCPT ); Tue, 6 Jun 2023 10:48:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47000 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237305AbjFFOrg (ORCPT ); Tue, 6 Jun 2023 10:47:36 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3583210A for ; Tue, 6 Jun 2023 07:46:35 -0700 (PDT) Received: from pendragon.ideasonboard.com (om126253223039.31.openmobile.ne.jp [126.253.223.39]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id E8340283; Tue, 6 Jun 2023 16:46:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1686062763; bh=pw45dOR/x1K4kscKK9p3R+j5WFm9Dixeih/5F+y5akk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TdSbk7awKDLtnNr/g4kU7IPzYXD9no+P/5N6x5tZ9gpNxQMR3H+7AZlOUvLuk0o/b KBkMOjTXLca7j5q28EfL8UFiYgC4VntqgNOhm2OfVTJUuJYLMDY1ViqxFTofJ0kHJy lm/0dee3uG0i4cddQi5qoKDjh8xw47owA/IhERfc= Date: Tue, 6 Jun 2023 17:46:25 +0300 From: Laurent Pinchart To: Siddh Raman Pant Cc: Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Andrzej Hajda , Neil Armstrong , Robert Foss , Jonas Karlman , Jernej Skrabec , Jani Nikula , dri-devel , linux-kernel , Suraj Upadhyay Subject: Re: [PATCH v9 3/8] drm: Remove usage of deprecated DRM_INFO Message-ID: <20230606144625.GF5197@pendragon.ideasonboard.com> References: <52c8eb0f241a9d67ce5b7e6fc64dc397e735ccd8.1686047727.git.code@siddh.me> <20230606142322.GB5197@pendragon.ideasonboard.com> <1889125187d.5d36766d120183.6659725053490512400@siddh.me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1889125187d.5d36766d120183.6659725053490512400@siddh.me> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 06, 2023 at 08:08:27PM +0530, Siddh Raman Pant wrote: > On Tue, 06 Jun 2023 19:53:22 +0530, Laurent Pinchart wrote: > > Hi Siddh, > > > > Thank you for the patch. > > Anytime :) > > > Any plan to remove it from drivers as well ? If not you should mention > > in the commit message (probably in the subject line itself) that you're > > only addressing the DRM core. > > > > Same comment for further patches in this series. > > Yeah, this patch set aims to replace just in drm core (as mentioned in > the cover). > > I thought "drm" would suffice since I did not specify a specific driver > like i915. So the subject line should say "drm core: ..."? I would write drm: Remove usage of deprecated DRM_INFO in DRM core The "drm: " prefix doesn't imply you're touching the core only, you could do a tree-wide change that also touches all drivers. -- Regards, Laurent Pinchart