netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: mscc: fix the alignment in ocelot_port_fdb_del()
@ 2022-05-20  0:20 Alaa Mohamed
  2022-05-21  0:50 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Alaa Mohamed @ 2022-05-20  0:20 UTC (permalink / raw)
  To: netdev
  Cc: outreachy, roopa, vladimir.oltean, claudiu.manoil,
	alexandre.belloni, UNGLinuxDriver, davem, edumazet, kuba, pabeni,
	linux-kernel, eng.alaamohamedsoliman.am

align the extack argument of the ocelot_port_fdb_del()
function.

Signed-off-by: Alaa Mohamed <eng.alaamohamedsoliman.am@gmail.com>
---
 drivers/net/ethernet/mscc/ocelot_net.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mscc/ocelot_net.c b/drivers/net/ethernet/mscc/ocelot_net.c
index be168a372498..5e6136e80282 100644
--- a/drivers/net/ethernet/mscc/ocelot_net.c
+++ b/drivers/net/ethernet/mscc/ocelot_net.c
@@ -775,7 +775,7 @@ static int ocelot_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],
 static int ocelot_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[],
 			       struct net_device *dev,
 			       const unsigned char *addr, u16 vid,
-				   struct netlink_ext_ack *extack)
+			       struct netlink_ext_ack *extack)
 {
 	struct ocelot_port_private *priv = netdev_priv(dev);
 	struct ocelot_port *ocelot_port = &priv->port;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] net: mscc: fix the alignment in ocelot_port_fdb_del()
  2022-05-20  0:20 [PATCH net-next] net: mscc: fix the alignment in ocelot_port_fdb_del() Alaa Mohamed
@ 2022-05-21  0:50 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-05-21  0:50 UTC (permalink / raw)
  To: Alaa Mohamed
  Cc: netdev, outreachy, roopa, vladimir.oltean, claudiu.manoil,
	alexandre.belloni, UNGLinuxDriver, davem, edumazet, kuba, pabeni,
	linux-kernel

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 20 May 2022 02:20:40 +0200 you wrote:
> align the extack argument of the ocelot_port_fdb_del()
> function.
> 
> Signed-off-by: Alaa Mohamed <eng.alaamohamedsoliman.am@gmail.com>
> ---
>  drivers/net/ethernet/mscc/ocelot_net.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [net-next] net: mscc: fix the alignment in ocelot_port_fdb_del()
    https://git.kernel.org/netdev/net-next/c/f7b5a89c66de

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-21  0:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20  0:20 [PATCH net-next] net: mscc: fix the alignment in ocelot_port_fdb_del() Alaa Mohamed
2022-05-21  0:50 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).