From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B009C43603 for ; Tue, 17 Dec 2019 23:23:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 051CE21582 for ; Tue, 17 Dec 2019 23:23:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726143AbfLQXXF convert rfc822-to-8bit (ORCPT ); Tue, 17 Dec 2019 18:23:05 -0500 Received: from muru.com ([72.249.23.125]:49072 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725940AbfLQXXF (ORCPT ); Tue, 17 Dec 2019 18:23:05 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A89FC8116; Tue, 17 Dec 2019 23:23:44 +0000 (UTC) Date: Tue, 17 Dec 2019 15:23:02 -0800 From: Tony Lindgren To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List , Kishon Vijay Abraham I Subject: Re: linux-next: Fixes tag needs some work in the omap-fixes tree Message-ID: <20191217232302.GF35479@atomide.com> References: <20191218071348.024f73e4@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20191218071348.024f73e4@canb.auug.org.au> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org * Stephen Rothwell [191217 20:53]: > Hi all, > > In commit > > d094e1b4b232 ("ARM: dts: am571x-idk: Fix gpios property to have the correct gpio number") > > Fixes tag > > Fixes: d23f3839fe97d8dce03d ("ARM: dts: DRA7: Add pcie1 dt node for > > has these problem(s): > > - Subject has leading but no trailing parentheses > - Subject has leading but no trailing quotes > > Please do not break FIxes tags over more that one line. Also, keep all > the tags together at the end of the commit message. Thanks will fix up. Tony