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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 12553C38A2A for ; Fri, 8 May 2020 15:19:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EA10121473 for ; Fri, 8 May 2020 15:19:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726897AbgEHPTX (ORCPT ); Fri, 8 May 2020 11:19:23 -0400 Received: from muru.com ([72.249.23.125]:53598 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726689AbgEHPTX (ORCPT ); Fri, 8 May 2020 11:19:23 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 0CA3C806C; Fri, 8 May 2020 15:20:11 +0000 (UTC) Date: Fri, 8 May 2020 08:19:20 -0700 From: Tony Lindgren To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List , Grygorii Strashko Subject: Re: linux-next: Fixes tags need some work in the omap tree Message-ID: <20200508151920.GY37466@atomide.com> References: <20200508085320.58da9ffa@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200508085320.58da9ffa@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org * Stephen Rothwell [200507 22:54]: > Hi all, > > In commit > > 0f84d0247722 ("ARM: dts: am437x: fix networking on boards with ksz9031 phy") > > Fixes tag > > Fixes: commit bcf3440c6dd7 ("net: phy: micrel: add phy-mode support for the KSZ9031 PHY") > > has these problem(s): > > - leading word 'commit' unexpected > > In commit > > 3a78c16f67a0 ("ARM: dts: am57xx: fix networking on boards with ksz9031 phy") > > Fixes tag > > Fixes: commit bcf3440c6dd7 ("net: phy: micrel: add phy-mode support for the KSZ9031 PHY") > > has these problem(s): > > - leading word 'commit' unexpected Thanks for catching these, I'll fix them. Regards, Tony