From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 1/2] solos-pci: Debugging fixes Date: Sun, 27 Mar 2011 21:08:17 -0700 (PDT) Message-ID: <20110327.210817.27801609.davem@davemloft.net> References: <4D8FEC4E.10509@redfish-solutions.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: philipp_subx@redfish-solutions.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:33952 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751257Ab1C1EIz (ORCPT ); Mon, 28 Mar 2011 00:08:55 -0400 In-Reply-To: <4D8FEC4E.10509@redfish-solutions.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Philip Prindeville Date: Sun, 27 Mar 2011 19:02:54 -0700 > Use VPI.VCI notation consistently. > > Signed-off-by: Philip Prindeville The Subject line is where you describe what the change does. If you use the same exact subject line in a set of changes, over and over again, people have no idea what distinguishes one of the change from the others. Please fix up your commit messages so that the Subject lines are more informative. Thanks.