Re: [PATCH v3] net: dsa: sja1105: prevent leaking memory

From: David Miller
Date: Thu Sep 19 2019 - 04:13:14 EST


From: Navid Emamdoost <navid.emamdoost@xxxxxxxxx>
Date: Wed, 18 Sep 2019 15:34:06 -0500

> Fixes: 8aa9ebccae87 ("net: dsa: Introduce driver for NXP SJA1105 5-port
> L2 switch")
>
> Fixes: 1a4c69406cc1 ("net: dsa: sja1105: Prevent PHY jabbering during
> switch reset")

Please:

1) Do not break Fixes: tags into multiples lines, that way the string
is easily greppable.

2) Do not separate the Fixes: from other tags with newlines. It is
just another tag like Signed-off-by: and Acked-by:

Thanks.