Re: [PATCH] mm: prefer 'unsigned int' over bare 'unsigned' in page_alloc.c
From: Matthew Wilcox
Date: Thu Jan 15 2026 - 15:08:54 EST
On Fri, Jan 16, 2026 at 01:18:45AM +0530, Manish Kumar wrote:
> Change the declaration of 'seq' from 'unsigned' to 'unsigned int'
> to follow kernel coding style. No functional change.
Please don't send these kind of unnecessary cleanup patches to mm.