Paolo Abeni <pabeni at redhat.com> writes: >> +static inline bool nvme_tcp_ddp_ddgst_ok(struct nvme_tcp_queue *queue) > > 'inline' functions should be avoided in c files. Either drop the inline > keyword or move the definition to a (local) include file. Ok, we will drop the inline. Thanks