Re: [PATCH net-next 10/12] afs: Use rxgk RESPONSE to pass token for callback channel
David Howells <[email protected]> Mon, 07 Apr 2025 17:21:42 +0100
| Newsgroups | gmane.linux.kernel,gmane.linux.network,gmane.comp.file-systems.openafs.devel |
|---|---|
| Organization | Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 |
| Message-ID | <[email protected]> |
Simon Horman <[email protected]> wrote: > warning: format ‘%zx’ expects argument of type ‘size_t’, but argument 2 has type ‘long unsigned int’ [-Wformat=] I've fixed that and posted a v2. I've also dealt with a bunch of kdoc warnings. David