Re: [RFC PATCH] bonding: linkdesc can be static

From: Jarod Wilson
Date: Wed Sep 23 2020 - 07:29:59 EST


On Wed, Sep 23, 2020 at 12:15 AM kernel test robot <lkp@xxxxxxxxx> wrote:
>
> Signed-off-by: kernel test robot <lkp@xxxxxxxxx>
> ---
> bond_procfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/bonding/bond_procfs.c b/drivers/net/bonding/bond_procfs.c
> index 91ece68607b23..9b1b37a682728 100644
> --- a/drivers/net/bonding/bond_procfs.c
> +++ b/drivers/net/bonding/bond_procfs.c
> @@ -8,7 +8,7 @@
> #include "bonding_priv.h"
>
> #ifdef CONFIG_BONDING_LEGACY_INTERFACES
> -const char *linkdesc = "Slave";
> +static const char *linkdesc = "Slave";
> #else
> const char *linkdesc = "Link";
> #endif

Good attempt, robot, but you missed the #else. Will fold a full
version into my set.

--
Jarod Wilson
jarod@xxxxxxxxxx