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 C7F87E732C7 for ; Thu, 28 Sep 2023 12:36:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232576AbjI1Mgd (ORCPT ); Thu, 28 Sep 2023 08:36:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41406 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232514AbjI1MgZ (ORCPT ); Thu, 28 Sep 2023 08:36:25 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 751E2139 for ; Thu, 28 Sep 2023 05:36:24 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D90D4C433C8; Thu, 28 Sep 2023 12:36:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695904584; bh=IFrcf1HPc0zyK3iLaNG9gOuBji+30hPiT2IlRSdShVg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SmmsEIeoEjtbXkbPElRqp9gu3YYdGTtyOl6LSOrsqPNKvrJFBRvd4hunEGDSG6ofF ovLsJsACNdNoUM4hd6kEo9as/IwAqEZguEWwjdD6NwPRcTMTh+p6xqSvR4RIvgJgu+ YmjfMwTxsHXWApRPheJwSj8gVnxWb1CeGP6xT59uHhTjqji5ALA12XRlmJ+pBNfi5g oOPIT6PW5FOMaMZhmhxwhMNd4QU9BAyiKGefbOXgW/CyHLHiQFByktsIztcvENhPAK mwBfGB3UiLqiOg4YWK0090U7eqQduQWo92OJ/J82nX/Ki0ClHfZvG3bsLx2pzrH2Jq dPtXVfiCHHfBA== Date: Thu, 28 Sep 2023 14:35:56 +0200 From: Simon Horman To: Miquel Raynal Cc: Wolfgang Grandegger , Marc Kleine-Budde , "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet , netdev@vger.kernel.org, linux-can@vger.kernel.org, =?utf-8?B?SsOpcsOpbWll?= Dautheribes , Thomas Petazzoni , sylvain.girard@se.com, pascal.eberhard@se.com Subject: Re: [PATCH net-next] can: sja1000: Fix comment Message-ID: <20230928123556.GH24230@kernel.org> References: <20230922155130.592187-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230922155130.592187-1-miquel.raynal@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: linux-can@vger.kernel.org On Fri, Sep 22, 2023 at 05:51:30PM +0200, Miquel Raynal wrote: > There is likely a copy-paste error here, as the exact same comment > appears below in this function, one time calling set_reset_mode(), the > other set_normal_mode(). > > Fixes: 429da1cc841b ("can: Driver for the SJA1000 CAN controller") I'm not sure this warrants a fixes tag, which implies backporting, but in any case the tag is correct. > Signed-off-by: Miquel Raynal The above comment notwithstanding, this seems correct to me. Reviewed-by: Simon Horman