Re: [PATCH] net: rxrpc: fix clang -Wformat warning

From: David Howells
Date: Fri Jul 08 2022 - 05:40:42 EST


Joe Perches <joe@xxxxxxxxxxx> wrote:

> net/rxrpc/Kconfig:config AF_RXRPC_DEBUG
> net/rxrpc/Kconfig- bool "RxRPC dynamic debugging"
> net/rxrpc/Kconfig- help
> net/rxrpc/Kconfig- Say Y here to make runtime controllable debugging messages appear.
> net/rxrpc/Kconfig-
> net/rxrpc/Kconfig- See Documentation/networking/rxrpc.rst
>
> This seems to show there is debugging documentation, but it
> doesn't seem to exist in this file.

Try looking in net/rxrpc/ar-internal.h:

#elif defined(CONFIG_AF_RXRPC_DEBUG)

David