Re: [PATCH 1/1] bareudp: constify device_type declaration

2020-12-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 2 Dec 2020 13:23:24 +0100 you wrote: > device_type may be declared as const. > > Signed-off-by: Jonas Bonn > --- > drivers/net/bareudp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summa

[PATCH 1/1] bareudp: constify device_type declaration

2020-12-02 Thread Jonas Bonn
device_type may be declared as const. Signed-off-by: Jonas Bonn --- drivers/net/bareudp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/bareudp.c b/drivers/net/bareudp.c index 28257bccec41..85ebd2b7e446 100644 --- a/drivers/net/bareudp.c +++ b/drivers/net/bareud