Re: [PATCH v3] rust: init: remove impl Zeroable for Infallible

From: Greg KH
Date: Tue Apr 02 2024 - 01:42:53 EST


On Mon, Apr 01, 2024 at 06:57:57PM -0700, Laine Taffin Altman wrote:
> A type is inhabited if at least one valid value of that type exists; a type is uninhabited if no valid values of that type exist. The terms "inhabited" and "uninhabited" in this sense originate in type theory, a branch of mathematics.

Always run checkpatch.pl on your changes so you don't get maintainers
asking you why you didn't run checkpatch.pl on your changes.

thanks,

greg k-h