Re: [PATCH net-next] net/sock: Introduce trace_sk_data_ready()

From: Peilin Ye
Date: Tue Oct 04 2022 - 20:06:33 EST


On Thu, Sep 29, 2022 at 09:18:40AM -0700, Jakub Kicinski wrote:
> warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
> const void (*data_ready)(struct sock *)),
>
> Please double check W=1 build before reposting

Sorry; should be "void (*const data_ready)(struct sock *)" instead.
Will fix in v2.

Peilin Ye