On Wed, Nov 16, 2022 at 03:14:53PM -0800, Saeed Mahameed wrote: > On 16 Nov 08:55, Yoshihiro Shimoda wrote: > > Smatch detected the following warning. > > > > drivers/net/ethernet/renesas/rswitch.c:1717 rswitch_init() warn: > > '%pM' cannot be followed by 'n' > > > > The 'n' should be '\n'. > > > > Reported-by: Dan Carpenter <error27@xxxxxxxxx> > > Suggested-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > Fixes: 3590918b5d07 ("net: ethernet: renesas: Add support for "Ethernet Switch"") > > I would drop the Fixes tag, this shoiuldn't go to net and -stable. Some maintainers would want a Fixes tag for this and some wouldn't... But either way Fixes doesn't really have to do with -stable. In fact sometimes the Fixes tag let's you automatically filter out fixes to code which is newer than the -stable tree so it can mean the opposite of -stable. regards, dan carpenter