Re: [PATCH] radix tree test suite: Parameter type completion
From: Matthew Wilcox
Date: Mon Aug 08 2022 - 12:48:22 EST
On Mon, Aug 08, 2022 at 11:21:42PM +0800, Xin Gao wrote:
> 'unsigned int' is better than 'unsigned', which has several changes.
I don't agree that unsigned int is better than a plain unsigned.