netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] neighbor: remove definition of DEBUG
@ 2021-01-14 21:29 trix
  2021-01-16  2:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: trix @ 2021-01-14 21:29 UTC (permalink / raw)
  To: davem, kuba, dsahern, liuhangbin, viro, jdike, mrv, lirongqing,
	roopa, weichen.chen
  Cc: netdev, linux-kernel, Tom Rix

From: Tom Rix <trix@redhat.com>

Defining DEBUG should only be done in development.
So remove DEBUG.

Signed-off-by: Tom Rix <trix@redhat.com>
---
 net/core/neighbour.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/core/neighbour.c b/net/core/neighbour.c
index 277ed854aef1..ff073581b5b1 100644
--- a/net/core/neighbour.c
+++ b/net/core/neighbour.c
@@ -41,7 +41,6 @@
 
 #include <trace/events/neigh.h>
 
-#define DEBUG
 #define NEIGH_DEBUG 1
 #define neigh_dbg(level, fmt, ...)		\
 do {						\
-- 
2.27.0


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

* Re: [PATCH] neighbor: remove definition of DEBUG
  2021-01-14 21:29 [PATCH] neighbor: remove definition of DEBUG trix
@ 2021-01-16  2:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-01-16  2:00 UTC (permalink / raw)
  To: Tom Rix
  Cc: davem, kuba, dsahern, liuhangbin, viro, jdike, mrv, lirongqing,
	roopa, weichen.chen, netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Thu, 14 Jan 2021 13:29:17 -0800 you wrote:
> From: Tom Rix <trix@redhat.com>
> 
> Defining DEBUG should only be done in development.
> So remove DEBUG.
> 
> Signed-off-by: Tom Rix <trix@redhat.com>
> 
> [...]

Here is the summary with links:
  - neighbor: remove definition of DEBUG
    https://git.kernel.org/netdev/net-next/c/e794e7fa1963

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:[~2021-01-16  2:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-14 21:29 [PATCH] neighbor: remove definition of DEBUG trix
2021-01-16  2:00 ` 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).