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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DA2B8C433EF for ; Thu, 30 Jun 2022 18:33:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236686AbiF3Sdd (ORCPT ); Thu, 30 Jun 2022 14:33:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48072 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233056AbiF3Sdb (ORCPT ); Thu, 30 Jun 2022 14:33:31 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58EAC240B8 for ; Thu, 30 Jun 2022 11:33:31 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 17B02B82A19 for ; Thu, 30 Jun 2022 18:33:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8363CC34115; Thu, 30 Jun 2022 18:33:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656614008; bh=HiU6WgUymxPS3q4a2owHpM7XhE4QydjHGnBkmwQMQgI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=NAVQdLuNNzTF0qxDB9cL58kQSerVOosoNhcaMQwb1eQ6vhmjzOYKQ0g4cqq0noYqb 5fZXe60gKN2MuZzDebtlRWqpqj1fiIZG7632JB+RdOiw6/7L9B3vkpVawikiMd70ul r8OX7npWRLGf4fGAEqTvTkmOcYeCpzfvsFirYuvfIrw19eihN80nGy9UvEPTbfJJr+ n9S8UGl7CBS08+3Z8sptmvUg47iH3TguGPS/mimHnWBbLOrkfpka3ORWb6yyhim7/0 aRuJ/rrDKzRe7CRlpxu4/mJPWp6gv2xZKaIvpZEYaqhpkQPjQ+93pmC2JS02WA8yXo DKBAWY2AuCjAA== Date: Thu, 30 Jun 2022 11:33:27 -0700 From: Jakub Kicinski To: Casper Andersson Cc: "David S. Miller" , Paolo Abeni , Steen Hegelund , Eric Dumazet , Lars Povlsen , UNGLinuxDriver@microchip.com, netdev@vger.kernel.org Subject: Re: [PATCH net] net: sparx5: mdb add/del handle non-sparx5 devices Message-ID: <20220630113327.44ba92f6@kernel.org> In-Reply-To: <20220630122226.316812-1-casper.casan@gmail.com> References: <20220630122226.316812-1-casper.casan@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 30 Jun 2022 14:22:26 +0200 Casper Andersson wrote: > Fixes: 3bacfccdcb2d Please note the correct format includes the title, so: Fixes: 3bacfccdcb2d ("net: sparx5: Add mdb handlers") Also you should have kept the review tags you already received. I'll fix when applying, thanks.