From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751164AbdALIrn (ORCPT ); Thu, 12 Jan 2017 03:47:43 -0500 Received: from mail-lf0-f66.google.com ([209.85.215.66]:34188 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751026AbdALIrl (ORCPT ); Thu, 12 Jan 2017 03:47:41 -0500 Date: Thu, 12 Jan 2017 09:47:38 +0100 From: Johan Hovold To: Dan Carpenter Cc: Roman Sommer , devel@driverdev.osuosl.org, linux-kernel@i4.cs.fau.de, Greg Kroah-Hartman , Johan Hovold , linux-kernel@vger.kernel.org, greybus-dev@lists.linaro.org, Christian Bewermeyer Subject: Re: [PATCH v3] staging: greybus: checkpatch: Change parameter type unsigned to unsigned int Message-ID: <20170112084738.GA26769@localhost> References: <20170111135214.GA7420@localhost> <1484146835-24025-1-git-send-email-roman.sommer@fau.de> <20170112070510.GC4239@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170112070510.GC4239@mwanda> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 12, 2017 at 10:05:10AM +0300, Dan Carpenter wrote: > On Wed, Jan 11, 2017 at 04:00:35PM +0100, Roman Sommer wrote: > > Note that this patch does not fix all checkpatch warnings for the > > affected files. > > > > A lot of ways that display git commits put the changelog and the summary > far apart. The changelog is pretty useless by itself in this case. > > https://lkml.org/lkml/2017/1/11/308 > > See how it puts the date in between? marc.info is even worse but google > hasn't indexed it yet and I'm too lazy to look it up. So people read > the summary or the changelog but not necessarily both. Yeah, let's do this right. Roman, could you resend this with a self-contained commit message, and a more compact summary (Subject) as I suggested earlier? Thanks, Johan