Re: [PATCH 9/9] mtd: rawnand: brcmnand: Add BCMA shim

From: Miquel Raynal
Date: Mon Jan 03 2022 - 12:12:35 EST



> +MODULE_LICENSE("GPL v2");
> +MODULE_AUTHOR("Braodcom");

Small typo here :)

> +MODULE_DESCRIPTION("NAND driver for BCMA chips");

NAND controller driver, I want to enforce this *controller* word
because NAND is way too vague and refers to nothing specific.

Plus, it's not really a controller driver that we have here, more like
a glue interface.

Thanks,
Miquèl