From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750842AbdALHFy (ORCPT ); Thu, 12 Jan 2017 02:05:54 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:46440 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750719AbdALHFw (ORCPT ); Thu, 12 Jan 2017 02:05:52 -0500 Date: Thu, 12 Jan 2017 10:05:10 +0300 From: Dan Carpenter To: Roman Sommer Cc: devel@driverdev.osuosl.org, greybus-dev@lists.linaro.org, Greg Kroah-Hartman , linux-kernel@i4.cs.fau.de, Johan Hovold , linux-kernel@vger.kernel.org, Christian Bewermeyer Subject: Re: [PATCH v3] staging: greybus: checkpatch: Change parameter type unsigned to unsigned int Message-ID: <20170112070510.GC4239@mwanda> References: <20170111135214.GA7420@localhost> <1484146835-24025-1-git-send-email-roman.sommer@fau.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1484146835-24025-1-git-send-email-roman.sommer@fau.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. regards, dan carpenter