From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754225AbbHFGY3 (ORCPT ); Thu, 6 Aug 2015 02:24:29 -0400 Received: from ozlabs.org ([103.22.144.67]:48943 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751332AbbHFGY2 (ORCPT ); Thu, 6 Aug 2015 02:24:28 -0400 Message-ID: <1438842267.11273.1.camel@ellerman.id.au> Subject: Re: [PATCH] checkpatch: Don't complain about long "Fixes:" lines From: Michael Ellerman To: Joe Perches Cc: linux-kernel@vger.kernel.org, apw@canonical.com Date: Thu, 06 Aug 2015 16:24:27 +1000 In-Reply-To: <1438833016.2679.39.camel@perches.com> References: <1438832648-31761-1-git-send-email-mpe@ellerman.id.au> <1438833016.2679.39.camel@perches.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2015-08-05 at 20:50 -0700, Joe Perches wrote: > On Thu, 2015-08-06 at 13:44 +1000, Michael Ellerman wrote: > > We encourage people to mention the commit they are fixing, if any, using > > a Fixes line, see SubmittingPatches. > > https://lkml.org/lkml/2015/7/31/1271 Thanks. cheers