Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752354Ab3I0DP1 (ORCPT ); Thu, 26 Sep 2013 23:15:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36918 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751730Ab3I0DPX (ORCPT ); Thu, 26 Sep 2013 23:15:23 -0400 Date: Thu, 26 Sep 2013 20:15:21 -0700 From: Greg Kroah-Hartman To: Sudeep Dutt Cc: Joe Perches , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Nikhil Rao , Ashutosh Dixit , Dasaratharaman Chandramouli , Harshavardhan R Kharche , "Yaozu (Eddie) Dong" , Peter P Waskiewicz Jr Subject: Re: [PATCH CHAR-MISC-NEXT 1/4] Intel MIC Host Driver Sysfs Cleanups. Message-ID: <20130927031521.GA13086@kroah.com> References: <14836f009d68ee2fb29501cc711f31176486e2f0.1380241770.git.sudeep.dutt@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <14836f009d68ee2fb29501cc711f31176486e2f0.1380241770.git.sudeep.dutt@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1576 Lines: 43 On Thu, Sep 26, 2013 at 06:09:51PM -0700, Sudeep Dutt wrote: > + Use DEVICE_ATTR_RO/RW instead of DEVICE_ATTR > + Use ATTRIBUTE_GROUPS > > These changes were suggested by Greg Kroah-Hartman during the > code review @ https://lkml.org/lkml/2013/9/6/13 > > Signed-off-by: Ashutosh Dixit > Signed-off-by: Dasaratharaman Chandramouli > Signed-off-by: Nikhil Rao > Signed-off-by: Harshavardhan R Kharche > Signed-off-by: Sudeep Dutt > --- Ok, new kernel developer 101 training time :) Your Subject:, while the [PATCH] part is fine the rest of the line needs to be a bit more descriptive. As this is the "mic" subsystem, how about something like: Subject: [PATCH 1/4] misc: mic: host driver sysfs cleanups No need for the whole "Intel MIC" stuff. Also, as I "reported" this, you should have a: Reported-by: Greg Kroah-Hartman <...> line in the patch. And really, all of those people reviewed and signed off on the patch? That's great, just not a normal thing. So, can you resend these 4 patches with those things cleaned up? Same thing goes for Joe's patch, he deserves a "Reported-by:" at the very least, given that he pretty much wrote that whole patch. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/