From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756519AbdESTsU (ORCPT ); Fri, 19 May 2017 15:48:20 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:47003 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752411AbdESTsS (ORCPT ); Fri, 19 May 2017 15:48:18 -0400 Date: Fri, 19 May 2017 22:47:59 +0300 From: Dan Carpenter To: Jani Nikula Cc: Colin King , Tom Cooksey , Eric Anholt , David Airlie , dri-devel@lists.freedesktop.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][drm-next] drm/pl111: make structure pl111_display_funcs static Message-ID: <20170519194759.gfiefx6xwrnrjn3x@mwanda> References: <20170519110203.19417-1-colin.king@canonical.com> <874lwhoxyk.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <874lwhoxyk.fsf@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 19, 2017 at 03:03:31PM +0300, Jani Nikula wrote: > On Fri, 19 May 2017, Colin King wrote: > > From: Colin Ian King > > > > structure pl111_display_funcs can be made static as it does not need to be > > in global scope. Fixes sparse warning: > > > > "warning: symbol 'pl111_display_funcs' was not declared. Should it > > be static?" > > > > Fixes: bed41005e6174d ("drm/pl111: Initial drm/kms driver for pl111") > > The patch looks good and I appreciate what you're doing, but I question > the usefulness of adding Fixes: tags for trivial stuff like this. I'd > prefer Fixes: was reserved for actual fixes that should be backported to > any kernels that have the commit being fixed. > > The same applies to many other patches you've sent recently. > The Fixes tag is so so useful for everything. It should be included in every bugfix. (I am the inventor of the Fixes tag). I told Colin to include the Fixes tag on everything. My review process is partly "How was this bug introduced? How can we prevent it from happening again? Who was the original author and have they reviewed the proposed fix?" So I end up looking up the original commit anyway. It helps me a lot to have the Fixes tag there. The Fixes tag is obviously useful for the stable people as well, but that wasn't really the point. regards, dan carpenter