On Fri, Aug 25, 2017 at 10:56:59AM +0530, Achilles Gaikwad wrote: > Fixes a warning given by checkpatch.pl to use 'unsigned int' > instead of just 'unsigned'. > > WARNING: Prefer 'unsigned int' to bare use of 'unsigned' > + unsigned nofs_flag = 0; NAK. This is churn for a totally pointless warnings - there is not quantifiable benefit of 'unsigned int' which unigned has one clear advantage: it's shorter. -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html