All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net] net: dsa: dsa_bridge_mtu_normalization() can be static
@ 2020-04-02 10:28 Vladimir Oltean
  2020-04-02 15:47 ` Vivien Didelot
  0 siblings, 1 reply; 3+ messages in thread
From: Vladimir Oltean @ 2020-04-02 10:28 UTC (permalink / raw)
  To: andrew, f.fainelli, vivien.didelot, davem; +Cc: netdev

From: kbuild test robot <lkp@intel.com>

This function is not called from any other C file.

Fixes: bff33f7e2ae2 ("net: dsa: implement auto-normalization of MTU for bridge hardware datapath")
Signed-off-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
---
 net/dsa/slave.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/dsa/slave.c b/net/dsa/slave.c
index 5390ff541658..e94eb1aac602 100644
--- a/net/dsa/slave.c
+++ b/net/dsa/slave.c
@@ -1338,7 +1338,7 @@ static void dsa_hw_port_list_free(struct list_head *hw_port_list)
 }
 
 /* Make the hardware datapath to/from @dev limited to a common MTU */
-void dsa_bridge_mtu_normalization(struct dsa_port *dp)
+static void dsa_bridge_mtu_normalization(struct dsa_port *dp)
 {
 	struct list_head hw_port_list;
 	struct dsa_switch_tree *dst;
-- 
2.17.1


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

* Re: [PATCH net] net: dsa: dsa_bridge_mtu_normalization() can be static
  2020-04-02 10:28 [PATCH net] net: dsa: dsa_bridge_mtu_normalization() can be static Vladimir Oltean
@ 2020-04-02 15:47 ` Vivien Didelot
  2020-04-02 15:52   ` Vladimir Oltean
  0 siblings, 1 reply; 3+ messages in thread
From: Vivien Didelot @ 2020-04-02 15:47 UTC (permalink / raw)
  To: Vladimir Oltean; +Cc: andrew, f.fainelli, davem, netdev

On Thu,  2 Apr 2020 13:28:19 +0300, Vladimir Oltean <olteanv@gmail.com> wrote:
> From: kbuild test robot <lkp@intel.com>
> 
> This function is not called from any other C file.
> 
> Fixes: bff33f7e2ae2 ("net: dsa: implement auto-normalization of MTU for bridge hardware datapath")
> Signed-off-by: kbuild test robot <lkp@intel.com>

Did you mean Reported-by? I don't think kbuild test robot signed that.

> Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>

Jason sent a patch already.

Thanks,
Vivien

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

* Re: [PATCH net] net: dsa: dsa_bridge_mtu_normalization() can be static
  2020-04-02 15:47 ` Vivien Didelot
@ 2020-04-02 15:52   ` Vladimir Oltean
  0 siblings, 0 replies; 3+ messages in thread
From: Vladimir Oltean @ 2020-04-02 15:52 UTC (permalink / raw)
  To: Vivien Didelot; +Cc: Andrew Lunn, Florian Fainelli, David S. Miller, netdev

On Thu, 2 Apr 2020 at 18:47, Vivien Didelot <vivien.didelot@gmail.com> wrote:
>
> On Thu,  2 Apr 2020 13:28:19 +0300, Vladimir Oltean <olteanv@gmail.com> wrote:
> > From: kbuild test robot <lkp@intel.com>
> >
> > This function is not called from any other C file.
> >
> > Fixes: bff33f7e2ae2 ("net: dsa: implement auto-normalization of MTU for bridge hardware datapath")
> > Signed-off-by: kbuild test robot <lkp@intel.com>
>
> Did you mean Reported-by? I don't think kbuild test robot signed that.
>

Yes it did?
https://patchwork.ozlabs.org/patch/1265415/
But the sha1sum of the commit is wrong.

> > Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
>
> Jason sent a patch already.

Yes, I saw too late.
But it looks like even Jason was too late, David already picked up the
kbuild robot's RFC. I wasn't sure he was going to do that since it was
an RFC.

>
> Thanks,
> Vivien

-Vladimir

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

end of thread, other threads:[~2020-04-02 15:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02 10:28 [PATCH net] net: dsa: dsa_bridge_mtu_normalization() can be static Vladimir Oltean
2020-04-02 15:47 ` Vivien Didelot
2020-04-02 15:52   ` Vladimir Oltean

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.