Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751395AbdGRHX4 (ORCPT ); Tue, 18 Jul 2017 03:23:56 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38494 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751348AbdGRHXz (ORCPT ); Tue, 18 Jul 2017 03:23:55 -0400 Date: Tue, 18 Jul 2017 09:23:49 +0200 From: Greg KH To: Alessandro Rubini Cc: linux-kernel@vger.kernel.org, riehecky@fnal.gov, federico.vaga@cern.ch Subject: Re: [PATCH V3 1/5] drivers/fmc: remove unused variable Message-ID: <20170718072349.GA15087@kroah.com> References: <20170718065320.GA6263@kroah.com> <20170718063242.GA23427@mail.gnudd.com> <20170718070029.GA24230@mail.gnudd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170718070029.GA24230@mail.gnudd.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 855 Lines: 23 On Tue, Jul 18, 2017 at 09:00:29AM +0200, Alessandro Rubini wrote: > > Again, I do not like to take patches without any changelog text at all > > :( > > Sorry, I added this after the "---" line. I thought it was this one the > missing item: > > V3 (Alessandro): fixed From line in patch, added alessandro's acked-by > > V2 (Pat): added Tested-by and incorrect From line > > V1 (Pat): picked from ohwr.org repo, where most fmc users pick from. Ah, sorry, wrong "changelog". I meant the area that shows up in git about what this patch does. There's no description of it other than the Subject line. While this is a simple patch, it is always good to say something like "variable foo was set but never actually used, so it's safe to remove it as the function it called did not change the hardware state" or something like that. thanks, greg k-h