Re: [PATCH] sched: Replace 'unsigned' with 'unsigned int'

From: Steven Rostedt
Date: Thu Apr 29 2021 - 12:44:37 EST


On Thu, 29 Apr 2021 14:24:54 +0200
"Fabio M. De Francesco" <fmdefrancesco@xxxxxxxxx> wrote:

> Replaced 'unsigned' with 'unsigned int' because the second is preferred.
> Detected by checkpatch.pl.

Please do not fix existing code because of "preferred" coding style from
checkpatch.pl. It causes unnecessary churn, and a waste of time applying it.

"unsigned" is just as good as "unsigned int" , and honestly, that's what I
prefer.

NACK.

-- Steve